diff --git a/core/process_manager.py b/core/process_manager.py index 0935a3d..5a0107c 100644 --- a/core/process_manager.py +++ b/core/process_manager.py @@ -442,13 +442,13 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, # In forced mode, skip the file print(f"❌ {method} failed: {error_msg}") failure_logger.warning(f"{file.name} | {method} failed: {error_msg}") + print(f" Temp input preserved at: {temp_input}") + print(f" Temp output preserved at: {temp_output}") consecutive_failures += 1 if consecutive_failures >= max_consecutive: print(f"\n❌ {max_consecutive} consecutive failures in forced {method} mode. Stopping.") logger.error(f"{max_consecutive} consecutive failures. Stopping process.") - _cleanup_temp_files(temp_input, temp_output) break - _cleanup_temp_files(temp_input, temp_output) continue # Encoding succeeded - reset failure counter @@ -456,13 +456,14 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, except subprocess.CalledProcessError as e: # FFmpeg execution failed - error_msg = str(e).split('\n')[0][:100] # First 100 chars of error + error_msg = str(e) # Full error message if test_mode: # In test mode, stop immediately on any error and keep temp files print(f"❌ Test mode: Encode failed. Stopping script.") print(f" Temp input preserved at: {temp_input}") print(f" Temp output preserved at: {temp_output}") + print(f" Check logs for details: {Path(__file__).parent.parent / 'logs' / 'conversion.log'}") logger.error(f"Test mode: Encode failed for {file.name}: {error_msg}") raise @@ -506,9 +507,11 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, if consecutive_failures >= max_consecutive: print(f"\n❌ {max_consecutive} consecutive failures in forced {method} mode. Stopping.") logger.error(f"{max_consecutive} consecutive failures. Stopping process.") - _cleanup_temp_files(temp_input, temp_output) + print(f" Temp input preserved at: {temp_input}") + print(f" Temp output preserved at: {temp_output}") break - _cleanup_temp_files(temp_input, temp_output) + print(f" Temp input preserved at: {temp_input}") + print(f" Temp output preserved at: {temp_output}") continue # If we get here, encoding succeeded - save file and log diff --git a/logs/conversion.log b/logs/conversion.log index 2ff2095..ed90db5 100644 --- a/logs/conversion.log +++ b/logs/conversion.log @@ -1,21291 +1,184 @@ -{"timestamp": "2026-08-20T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 415} -{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 457} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} -{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:55:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 510} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 510} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 515} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} -{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} -{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T01:58:45Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv: 30128.24 MB in 2m 18s @ 217.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T01:58:45Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv → Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-20T01:58:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:03:00Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} -{"timestamp": "2026-08-20T02:03:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} -{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} -{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Applying colorspace: primaries=bt709, transfer=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 267} -{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 430} -{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:08:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} -{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} -{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Applying colorspace: space=bt470bg, transfer=bt709, primaries=bt709, range=pc", "module": "encode_engine", "function": "run_ffmpeg", "line": 271} -{"timestamp": "2026-08-20T02:10:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 434} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} -{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} -{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Applying scale with colorspace conversion: matrix=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 272} -{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 435} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 520} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " encoder : libmakemkv v1.18.4 (1.3.10/1.5.2) win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " creation_time : 2026-08-19T19:29:17.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31402 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " filename : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[fc#-1 @ 0000026ea8de1340] Error applying option 'color_matrix' to filter 'scale': Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Error opening output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Error opening output files: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: d=bt470bg, m=bt470bg, r=pc", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 437} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " encoder : libmakemkv v1.18.4 (1.3.10/1.5.2) win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " creation_time : 2026-08-19T19:29:17.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31402 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " filename : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[Parsed_zscale_1 @ 000002817e93d240] [Eval @ 000000e641ffcdc0] Undefined constant or missing '(' in 'bt470bg'", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[Parsed_zscale_1 @ 000002817e93d240] Unable to parse \"d\" option value \"bt470bg\"", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[fc#-1 @ 000002817ee66040] Error applying option 'd' to filter 'zscale': Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Error opening output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Error opening output files: Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:18:49Z", "level": "WARNING", "message": "Incomplete copy detected for Pokémon Detective Pikachu_t01.mkv. Re-copying.", "module": "process_manager", "function": "process_folder", "line": 260} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Using path as-is: processing", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "File already in processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv (445.74 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "No colorspace detected in Behind the Scenes Presentation Hosted by Jon Landau.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} -{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Behind the Scenes Presentation Hosted by Jon Landau.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " creation_time : 2024-03-16T20:35:39.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Duration: 00:18:08.34, start: 0.000000, bitrate: 3276 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 3148429", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:18:08.287000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 32616", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 428299354", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 65676", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:18:08.299000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 25507", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 8934435", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 23643", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 401", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3190597", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 22087", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 396", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2980576", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 22993", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 409", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3102873", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 24973", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 408", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3370054", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001f77928bb80] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] [enc:hevc_nvenc @ 000001f7792fe600] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[out#0/matroska @ 000001f7793011c0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.10", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Preserving temp input file for retry: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Processing: Capturing Avatar.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "File already in processing: Capturing Avatar.mkv (2341.77 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "No colorspace detected in Capturing Avatar.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} -{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Capturing Avatar.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:30:29.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Duration: 01:38:25.41, start: 0.000000, bitrate: 3172 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 1628.026400", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:1: start 1628.026400, end 3265.862600", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:2: start 3265.862600, end 4713.909200", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:3: start 4713.909200, end 5905.332767", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 3049912", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:25.332000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 176983", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2251343042", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 65859", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:25.366000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 138407", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 48615408", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 22853", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.317000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1966", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 16847024", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 19151", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1967", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 14119135", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 20561", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1974", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 15158663", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 21850", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1961", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 16108862", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001dfc8148f00] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] [enc:hevc_nvenc @ 000001dfc7c0f540] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[out#0/matroska @ 000001dfc7c3fa00] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Preserving temp input file for retry: Capturing Avatar.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "File already in processing: Colonel Miles Quaritch RDA Promos.mkv (73.40 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "No colorspace detected in Colonel Miles Quaritch RDA Promos.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} -{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} -{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} -{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001f402866940] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] [enc:hevc_nvenc @ 000001f402383700] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[out#0/matroska @ 000001f402396ac0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "3 consecutive failures. Stopping process.", "module": "process_manager", "function": "process_folder", "line": 539} -{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Preserving temp input file for retry: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 674} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Using path as-is: processing", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "File already in processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv (445.74 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "No colorspace detected in Behind the Scenes Presentation Hosted by Jon Landau.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} -{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} -{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} -{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Applying scale filter: 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 251} -{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Tagged output with colorspace metadata: primaries=bt709, transfer=bt709, space=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 475} -{"timestamp": "2026-08-20T02:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T02:37:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T02:38:02Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:39:53Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:40:11Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:40:15Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:40:32Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T02:42:34Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T02:42:36Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T02:45:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T02:45:27Z", "level": "ERROR", "message": "Unexpected error processing output.mkv: calculate_crop_dimensions() takes 2 positional arguments but 3 were given", "module": "process_manager", "function": "process_folder", "line": 521} -{"timestamp": "2026-08-20T02:45:32Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} -{"timestamp": "2026-08-20T02:46:35Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:47:29Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:47:39Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T02:48:39Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T02:48:40Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 252} -{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 416} -{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 469} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 516} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " ENCODER : Lavf63.1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31459 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.206000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.207000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:07:55.939000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 01:12:12.933000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:07:55.606000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 30k fps, 1k tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " FILENAME : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " MIMETYPE : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (h264 (native) -> av1 (av1_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:3 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:4 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:5 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[av1_nvenc @ 0000023afc238c00] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[av1_nvenc @ 0000023afc238c00] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] [enc:av1_nvenc @ 0000023afe95ba00] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] [enc:av1_nvenc @ 0000023afe95ba00] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[out#0/matroska @ 0000023afe83a480] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:05.29 bitrate= 0.0kbits/s speed=32.7x elapsed=0:00:00.16", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} -{"timestamp": "2026-08-20T02:51:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} -{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T02:54:33Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T02:54:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} -{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} -{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 481} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 528} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " ENCODER : Lavf63.1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31459 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.206000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.207000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:07:55.939000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 01:12:12.933000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:07:55.606000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 30k fps, 1k tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " FILENAME : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " MIMETYPE : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (h264 (native) -> av1 (av1_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:3 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:4 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:5 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[av1_nvenc @ 0000020942aff640] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[av1_nvenc @ 0000020942aff640] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] [enc:av1_nvenc @ 0000020943109e00] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] [enc:av1_nvenc @ 0000020943109e00] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[out#0/matroska @ 0000020942ff6180] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:00.04 bitrate= 0.0kbits/s speed=0.928x elapsed=0:00:00.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:16Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "File already in processing: Colonel Miles Quaritch RDA Promos.mkv (73.40 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy -color_space bt709 C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 481} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 528} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} -{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} -{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 474} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[hevc_nvenc @ 000001d56e32fc40] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[hevc_nvenc @ 000001d56e32fc40] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] [enc:hevc_nvenc @ 000001d56e35df40] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] [enc:hevc_nvenc @ 000001d56e35df40] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[out#0/matroska @ 000001d56e3157c0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:04.74 bitrate= 0.0kbits/s speed=31.4x elapsed=0:00:00.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} -{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 262} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 426} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 472} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 519} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[hevc_nvenc @ 000002400eaa7540] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[hevc_nvenc @ 000002400eaa7540] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] [enc:hevc_nvenc @ 000002400cd4c700] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] [enc:hevc_nvenc @ 000002400cd4c700] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[out#0/matroska @ 000002400cd05680] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:04.74 bitrate= 0.0kbits/s speed=40.7x elapsed=0:00:00.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} -{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 137} -{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 484} -{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:09:57Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 350} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 484} -{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} -{"timestamp": "2026-08-20T03:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:14:05Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1428x804", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T03:14:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T03:16:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} -{"timestamp": "2026-08-20T03:16:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:16:41Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} -{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 489} -{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 aac -b:a:0 160000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T03:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:20:42Z", "level": "INFO", "message": "Copied Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:20:42Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:20:45Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original to avoid artifical inflation", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 353} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} -{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original to avoid artifical inflation", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 353} -{"timestamp": "2026-08-20T03:20:46Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf scale=1920:1080:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T03:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1428x804", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T03:21:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:21:54Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} -{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 aac -b:a:0 160000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:26:13Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 355} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} -{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 355} -{"timestamp": "2026-08-20T03:26:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1478:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:29:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} -{"timestamp": "2026-08-20T03:29:30Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 307} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 352} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 532} -{"timestamp": "2026-08-20T03:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 154} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 177} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 315} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-20T03:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Original Size: 1985.47 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Encoded Size: 569.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Reduction: 28.7% of original (71.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:38:36Z", "level": "INFO", "message": "Moved Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Size: 1985.47MB → 569.03MB (28.7% of original, 71.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Copied Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:39:08Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Original Size: 1634.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Encoded Size: 389.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Reduction: 23.8% of original (76.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:42:12Z", "level": "INFO", "message": "Moved Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Size: 1634.07MB → 389.11MB (23.8% of original, 76.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Copied Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Original Size: 1784.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Encoded Size: 467.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Reduction: 26.2% of original (73.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:46:24Z", "level": "INFO", "message": "Moved Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Size: 1784.67MB → 467.68MB (26.2% of original, 73.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:46:57Z", "level": "INFO", "message": "Copied Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:46:58Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:46:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:47:01Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Original Size: 1927.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Encoded Size: 447.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Reduction: 23.2% of original (76.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:50:35Z", "level": "INFO", "message": "Moved Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Size: 1927.33MB → 447.46MB (23.2% of original, 76.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:50:37Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:50:37Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Copied Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Original Size: 1933.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Encoded Size: 501.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Reduction: 25.9% of original (74.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:55:06Z", "level": "INFO", "message": "Moved Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Size: 1933.82MB → 501.79MB (25.9% of original, 74.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Copied Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "Black frame analysis: 3.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "Output file black content acceptable (3.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Original Size: 1769.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Encoded Size: 451.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Reduction: 25.5% of original (74.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T03:59:12Z", "level": "INFO", "message": "Moved Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Size: 1769.48MB → 451.31MB (25.5% of original, 74.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Copied Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T03:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "Black frame analysis: 5.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "Output file black content acceptable (5.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Original Size: 1658.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Encoded Size: 444.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Reduction: 26.8% of original (73.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T04:03:20Z", "level": "INFO", "message": "Moved Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Size: 1658.13MB → 444.17MB (26.8% of original, 73.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Copied Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "Black frame analysis: 7.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "Output file black content acceptable (7.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Original Size: 1858.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Encoded Size: 348.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T04:07:10Z", "level": "INFO", "message": "Moved Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Size: 1858.63MB → 348.39MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Copied Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "Black frame analysis: 4.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "Output file black content acceptable (4.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Original Size: 1550.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Encoded Size: 347.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Reduction: 22.4% of original (77.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T04:10:55Z", "level": "INFO", "message": "Moved Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Size: 1550.85MB → 347.61MB (22.4% of original, 77.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T04:10:57Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T04:10:57Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Copied Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} -{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} -{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} -{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T04:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "Black frame analysis: 3.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "Output file black content acceptable (3.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Original Size: 1742.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Encoded Size: 426.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T04:14:53Z", "level": "INFO", "message": "Moved Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} -{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} -{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} -{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Size: 1742.33MB → 426.74MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} -{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T04:14:55Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} -{"timestamp": "2026-08-20T04:14:55Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 637} -{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chivalry of a Failed Knight (2015)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} -{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} -{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:11:42Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:11:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "Black frame analysis: 0.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "Output file black content acceptable (0.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Original Size: 3464.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Encoded Size: 369.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:14:40Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Size: 3464.74MB → 369.6MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:15:43Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:15:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Original Size: 3306.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Encoded Size: 366.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Reduction: 11.1% of original (88.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:18:44Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Size: 3306.89MB → 366.29MB (11.1% of original, 88.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:18:48Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:18:48Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:19:44Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:19:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Original Size: 3215.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Encoded Size: 345.05 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:22:46Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Size: 3215.14MB → 345.05MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:24:03Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:24:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Original Size: 3593.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Encoded Size: 392.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Reduction: 10.9% of original (89.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:27:08Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Size: 3593.72MB → 392.94MB (10.9% of original, 89.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:28:07Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:28:07Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Original Size: 3388.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Encoded Size: 338.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Reduction: 10.0% of original (90.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:31:04Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Size: 3388.06MB → 338.46MB (10.0% of original, 90.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:31:09Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:31:09Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:32:07Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:32:08Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:32:14Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:32:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Original Size: 3175.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Encoded Size: 338.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:35:01Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Size: 3175.01MB → 338.58MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:35:05Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:35:05Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:35:58Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:35:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "Black frame analysis: 2.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "Output file black content acceptable (2.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Original Size: 3149.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Encoded Size: 334.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Reduction: 10.6% of original (89.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:38:46Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Size: 3149.82MB → 334.42MB (10.6% of original, 89.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:39:53Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:39:53Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "Black frame analysis: 9.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "Output file black content acceptable (9.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Original Size: 3446.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Encoded Size: 356.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Reduction: 10.3% of original (89.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:42:40Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Size: 3446.37MB → 356.64MB (10.3% of original, 89.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:42:45Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:42:45Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:43:44Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:43:44Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Original Size: 3180.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Encoded Size: 334.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Reduction: 10.5% of original (89.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:46:49Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Size: 3180.78MB → 334.64MB (10.5% of original, 89.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:47:59Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:47:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:48:09Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:48:09Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "Black frame analysis: 3.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "Output file black content acceptable (3.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Original Size: 3602.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Encoded Size: 405.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Reduction: 11.3% of original (88.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:51:07Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Size: 3602.12MB → 405.58MB (11.3% of original, 88.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:51:12Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:51:12Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:52:12Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:52:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Original Size: 3490.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Encoded Size: 435.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Reduction: 12.5% of original (87.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:55:21Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Size: 3490.64MB → 435.55MB (12.5% of original, 87.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} -{"timestamp": "2026-08-20T13:56:34Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} -{"timestamp": "2026-08-20T13:56:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T13:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "Black frame analysis: 2.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "Output file black content acceptable (2.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Original Size: 3464.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Encoded Size: 357.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Reduction: 10.3% of original (89.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T13:59:26Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} -{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Size: 3464.98MB → 357.96MB (10.3% of original, 89.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} -{"timestamp": "2026-08-20T13:59:31Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} -{"timestamp": "2026-08-20T13:59:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 641} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Processing: The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Copied The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1947.94 MB in 40s @ 47.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Copied The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T14:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "Black frame analysis: 16.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "Output file black content acceptable (16.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Original Size: 2042.56 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Encoded Size: 914.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Reduction: 44.8% of original (55.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T14:41:43Z", "level": "INFO", "message": "Moved The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Size: 2042.56MB → 914.35MB (44.8% of original, 55.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T14:41:46Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T14:41:46Z", "level": "INFO", "message": "Processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Copied The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1701.90 MB in 31s @ 53.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Copied The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T14:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T14:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 4258kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 4258kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} -{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} -{"timestamp": "2026-08-20T14:58:26Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T14:58:26Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T14:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T14:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "[BATCH 1] Processing: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "[BATCH 1] Crop height set to: 804p", "module": "main", "function": "main", "line": 574} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T15:03:22Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T15:03:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Pre-selected audio streams: [2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Black frame analysis: 2.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Output file black content acceptable (2.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Original Size: 31649.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Encoded Size: 2532.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Reduction: 8.0% of original (92.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Moved output - [EHX].mkv → output - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: output - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Size: 31649.13MB → 2532.85MB (8.0% of original, 92.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Deleted original and processing copy for output.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 647} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Skipping The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "File already in processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv (1784.57 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 765kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 765kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Original Size: 1784.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Encoded Size: 831.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Reduction: 46.6% of original (53.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:23:46Z", "level": "INFO", "message": "Moved The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Size: 1784.57MB → 831.4MB (46.6% of original, 53.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "Processing: The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:24:14Z", "level": "INFO", "message": "Copied The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1640.88 MB in 26s @ 60.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T15:24:15Z", "level": "INFO", "message": "Copied The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T15:24:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "Black frame analysis: 8.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "Output file black content acceptable (8.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Original Size: 1720.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Encoded Size: 759.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Reduction: 44.1% of original (55.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:30:40Z", "level": "INFO", "message": "Moved The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Size: 1720.58MB → 759.03MB (44.1% of original, 55.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:30:42Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:30:42Z", "level": "INFO", "message": "Processing: The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Copied The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1532.34 MB in 25s @ 61.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Copied The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "Black frame analysis: 4.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "Output file black content acceptable (4.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Original Size: 1606.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Encoded Size: 689.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Reduction: 42.9% of original (57.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:37:09Z", "level": "INFO", "message": "Moved The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Size: 1606.77MB → 689.17MB (42.9% of original, 57.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "Processing: The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Copied The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1973.94 MB in 34s @ 57.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Copied The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "Black frame analysis: 4.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "Output file black content acceptable (4.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Original Size: 2069.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Encoded Size: 864.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Reduction: 41.8% of original (58.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:45:26Z", "level": "INFO", "message": "Moved The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Size: 2069.83MB → 864.23MB (41.8% of original, 58.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:45:29Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:45:29Z", "level": "INFO", "message": "Processing: The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:45:57Z", "level": "INFO", "message": "Copied The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1717.31 MB in 28s @ 59.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T15:45:57Z", "level": "INFO", "message": "Copied The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T15:45:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "Black frame analysis: 5.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "Output file black content acceptable (5.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Original Size: 1800.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Encoded Size: 795.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Reduction: 44.2% of original (55.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T15:52:39Z", "level": "INFO", "message": "Moved The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Size: 1800.73MB → 795.15MB (44.2% of original, 55.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "Processing: The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T15:53:09Z", "level": "INFO", "message": "Copied The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1739.23 MB in 28s @ 61.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T15:53:09Z", "level": "INFO", "message": "Copied The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T15:53:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "Black frame analysis: 4.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "Output file black content acceptable (4.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Original Size: 1823.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Encoded Size: 729.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Reduction: 40.0% of original (60.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T16:00:00Z", "level": "INFO", "message": "Moved The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Size: 1823.72MB → 729.46MB (40.0% of original, 60.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T16:00:02Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T16:00:02Z", "level": "INFO", "message": "Processing: The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Copied The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1878.70 MB in 33s @ 56.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Copied The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "Black frame analysis: 10.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "Output file black content acceptable (10.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Original Size: 1969.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Encoded Size: 1051.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Reduction: 53.4% of original (46.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T16:07:56Z", "level": "INFO", "message": "Moved The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Size: 1969.96MB → 1051.15MB (53.4% of original, 46.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "Processing: The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T16:08:30Z", "level": "INFO", "message": "Copied The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1860.41 MB in 32s @ 57.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T16:08:30Z", "level": "INFO", "message": "Copied The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T16:08:31Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T16:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "Black frame analysis: 4.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "Output file black content acceptable (4.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Original Size: 1950.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Encoded Size: 708.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Reduction: 36.3% of original (63.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T16:15:44Z", "level": "INFO", "message": "Moved The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Size: 1950.78MB → 708.66MB (36.3% of original, 63.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "Processing: The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Copied The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 2033.23 MB in 38s @ 53.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Copied The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T16:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Original Size: 2131.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Encoded Size: 919.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Reduction: 43.1% of original (56.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T16:24:22Z", "level": "INFO", "message": "Moved The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Size: 2131.99MB → 919.32MB (43.1% of original, 56.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 647} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\tv\\The Morning Show\\Season 2", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Processing: The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Copied The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1818.03 MB in 31s @ 57.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Copied The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:25:00Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T16:25:00Z", "level": "ERROR", "message": "Unexpected error processing The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 'charmap' codec can't decode byte 0x81 in position 79: character maps to ", "module": "process_manager", "function": "process_folder", "line": 532} -{"timestamp": "2026-08-20T16:25:00Z", "level": "WARNING", "message": "Could not delete temp input The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv'", "module": "process_manager", "function": "_cleanup_temp_files", "line": 59} -{"timestamp": "2026-08-20T16:25:00Z", "level": "INFO", "message": "Processing: The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Copied The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1784.41 MB in 30s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Copied The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T16:25:34Z", "level": "ERROR", "message": "Unexpected error processing The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 'charmap' codec can't decode byte 0x81 in position 13: character maps to ", "module": "process_manager", "function": "process_folder", "line": 532} -{"timestamp": "2026-08-20T16:25:34Z", "level": "WARNING", "message": "Could not delete temp input The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv'", "module": "process_manager", "function": "_cleanup_temp_files", "line": 59} -{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Processing: The Morning Show - S02E03 - Laura x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 1.mkv: 6460.12 MB in 2m 0s @ 53.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 1.mkv → Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T17:58:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T17:58:05Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2595kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 437kbps: forcing EAC3 at low 384k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 364} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2595kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 437kbps: forcing EAC3 at low 384k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 364} -{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 1.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:3 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:a:2 eac3 -b:a:2 384000 -ac:2 6 -channel_layout:a:2 5.1 -metadata:s:a:2 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T17:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "File already in processing: Chaos Dragon - Sekiryuu Seneki 1.mkv (6773.93 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2675kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2675kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 1.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Original Size: 6773.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Encoded Size: 360.90 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Reduction: 5.3% of original (94.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:02:28Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Size: 6773.93MB → 360.9MB (5.3% of original, 94.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 10.mkv: 7240.57 MB in 2m 34s @ 47.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 10.mkv → Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 10.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:05:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Multi-channel 6ch audio 2456kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Multi-channel 6ch audio 2456kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 10.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 10.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Original Size: 7592.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Encoded Size: 364.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Reduction: 4.8% of original (95.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:08:50Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Size: 7592.28MB → 364.65MB (4.8% of original, 95.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 10.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 11.mkv: 7241.47 MB in 2m 16s @ 53.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 11.mkv → Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 11.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:11:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Multi-channel 6ch audio 1707kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Multi-channel 6ch audio 1707kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 11.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 11.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Original Size: 7593.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Encoded Size: 374.88 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Reduction: 4.9% of original (95.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:15:02Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Size: 7593.23MB → 374.88MB (4.9% of original, 95.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 11.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 12.mkv: 7199.03 MB in 2m 5s @ 57.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 12.mkv → Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 12.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2723kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2723kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 12.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 12.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Original Size: 7548.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Encoded Size: 385.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Reduction: 5.1% of original (94.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:21:04Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Size: 7548.73MB → 385.42MB (5.1% of original, 94.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 12.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} -{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 3.mkv: 7223.88 MB in 2m 3s @ 58.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 3.mkv → Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 3.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2053kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2053kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 3.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 3.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Original Size: 7574.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Encoded Size: 330.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:26:53Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Size: 7574.79MB → 330.86MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 3.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 4.mkv: 7213.54 MB in 2m 1s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 4.mkv → Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 4.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Multi-channel 6ch audio 1845kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Multi-channel 6ch audio 1845kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 4.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 4.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Original Size: 7563.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Encoded Size: 337.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Reduction: 4.5% of original (95.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:32:45Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Size: 7563.95MB → 337.94MB (4.5% of original, 95.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 4.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 5.mkv: 7240.57 MB in 2m 4s @ 58.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 5.mkv → Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 5.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Multi-channel 6ch audio 2683kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Multi-channel 6ch audio 2683kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 5.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 5.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Original Size: 7592.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Encoded Size: 330.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:38:44Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Size: 7592.28MB → 330.86MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 5.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 6.mkv: 7252.01 MB in 2m 3s @ 58.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 6.mkv → Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 6.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Multi-channel 6ch audio 2479kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Multi-channel 6ch audio 2479kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 6.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 6.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Original Size: 7604.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Encoded Size: 331.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:44:35Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Size: 7604.28MB → 331.41MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 6.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 7.mkv: 7254.70 MB in 2m 5s @ 57.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 7.mkv → Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 7.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:47:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 1458kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 1458kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:47:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 7.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 7.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Original Size: 7607.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Encoded Size: 372.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Reduction: 4.9% of original (95.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:50:34Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Size: 7607.11MB → 372.48MB (4.9% of original, 95.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 7.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 8.mkv: 7189.56 MB in 2m 7s @ 56.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 8.mkv → Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 8.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 1991kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 1991kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 8.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 8.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T18:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Original Size: 7538.80 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Encoded Size: 313.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Reduction: 4.2% of original (95.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T18:56:27Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Size: 7538.8MB → 313.37MB (4.2% of original, 95.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 8.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 9.mkv: 7220.11 MB in 3m 41s @ 32.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 9.mkv → Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 9.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 2093kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 2093kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 9.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 9.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Original Size: 7570.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Encoded Size: 364.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Reduction: 4.8% of original (95.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T19:04:02Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Size: 7570.84MB → 364.14MB (4.8% of original, 95.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 9.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipped 4 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} -{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 2.mkv: 6432.16 MB in 2m 8s @ 50.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 2.mkv → Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Multi-channel 6ch audio: matched bitrate 448k → EAC3", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 352} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Multi-channel 6ch audio: matched bitrate 448k → EAC3", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 352} -{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 2.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipped 4 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "File already in processing: Chaos Dragon - Sekiryuu Seneki 2.mkv (6744.61 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "process_folder", "line": 275} -{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "User selected 2 audio stream(s): [1, 3]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 497} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Removed 1 audio stream(s): [2]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 501} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2244kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2244kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 2.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:3 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-20T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Original Size: 6744.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Encoded Size: 396.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Reduction: 5.9% of original (94.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} -{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} -{"timestamp": "2026-08-20T21:11:22Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Size: 6744.61MB → 396.4MB (5.9% of original, 94.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} -{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-21T21:29:11Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv: 40734.29 MB in 12m 20s @ 55.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-21T21:29:11Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv → The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-21T21:29:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "User selected 2 audio stream(s): [1, 8]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 497} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Removed 6 audio stream(s): [2, 3, 4, 5, 6, 7]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 501} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Multi-channel 6ch audio 3242kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Multi-channel 6ch audio 3242kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Stream #8: Commentary track detected (forcing 2ch stereo)", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:8 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 aac -b:a:1 128000 -ac:1 2 -channel_layout:a:1 stereo -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-21T21:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "File already in processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv (42712.99 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 8]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Stream #8: Commentary track detected (forcing 2ch stereo)", "module": "encode_engine", "function": "run_ffmpeg", "line": 464} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:8 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 aac -b:a:1 128000 -ac:1 2 -channel_layout:a:1 stereo -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 584} -{"timestamp": "2026-08-21T21:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "Black frame analysis: 11.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "Output file black content acceptable (11.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 668} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Original Size: 42712.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 669} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Encoded Size: 1982.05 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 670} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Reduction: 4.6% of original (95.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 671} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 672} -{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 673} -{"timestamp": "2026-08-21T22:09:08Z", "level": "INFO", "message": "Moved The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv → The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} -{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} -{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} -{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Size: 42712.99MB → 1982.05MB (4.6% of original, 95.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} -{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} -{"timestamp": "2026-08-21T22:12:28Z", "level": "INFO", "message": "Deleted original and processing copy for The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} -{"timestamp": "2026-08-21T22:12:28Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 245} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 273} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 544} -{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 590} -{"timestamp": "2026-08-22T04:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 674} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Encoded Size: 323.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Reduction: 8.8% of original (91.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} -{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} -{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "Cleaned up test preview copy: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 687} -{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "TEST MODE - File: Dungeons and Dragons - Honor Among Thieves_t00.mkv | Ratio: 8.8% | Method: CQ", "module": "process_manager", "function": "_save_successful_encoding", "line": 663} -{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-22T04:19:49Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Stream 1: Skipped audio bitrate check, using metadata bitrate 160 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 201} -{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Stream 2: Skipped audio bitrate check, using metadata bitrate 640 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 201} -{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} -{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} -{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} -{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} -{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} -{"timestamp": "2026-08-22T04:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Encoded Size: 807.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Reduction: 22.1% of original (77.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 680} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Cleaned up test preview copy: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 688} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "TEST MODE - File: Dungeons and Dragons - Honor Among Thieves_t00.mkv | Ratio: 22.1% | Method: CQ", "module": "process_manager", "function": "_save_successful_encoding", "line": 663} -{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} -{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-22T04:42:16Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Stream 1: Skipped audio bitrate check, using metadata bitrate 160 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 204} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Stream 2: Skipped audio bitrate check, using metadata bitrate 640 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 204} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} -{"timestamp": "2026-08-22T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} -{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} -{"timestamp": "2026-08-22T04:47:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} -{"timestamp": "2026-08-22T04:47:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} -{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} -{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} -{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} -{"timestamp": "2026-08-22T04:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Encoded Size: 323.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Reduction: 8.8% of original (91.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} -{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 680} -{"timestamp": "2026-08-22T04:50:44Z", "level": "ERROR", "message": "Unexpected error processing Dungeons and Dragons - Honor Among Thieves_t00.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv'", "module": "process_manager", "function": "process_folder", "line": 532} -{"timestamp": "2026-08-22T04:50:47Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T05:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} diff --git a/logs/conversion.log.1 b/logs/conversion.log.1 index 8f8143d..cd49187 100644 --- a/logs/conversion.log.1 +++ b/logs/conversion.log.1 @@ -1,21449 +1,21625 @@ -{"timestamp": "2026-08-10T00:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Original Size: 1061.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Encoded Size: 185.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Reduction: 17.5% of original (82.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:46:03Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Size: 1061.21MB → 185.57MB (17.5% of original, 82.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv: 880.57 MB in 23s @ 37.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:46:30Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "Black frame analysis: 0.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "Output file black content acceptable (0.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Original Size: 923.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Encoded Size: 169.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Reduction: 18.3% of original (81.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:49:41Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Size: 923.34MB → 169.18MB (18.3% of original, 81.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv: 878.89 MB in 25s @ 34.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:50:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Original Size: 921.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Encoded Size: 180.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Reduction: 19.5% of original (80.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Size: 921.58MB → 180.06MB (19.5% of original, 80.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:53:22Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:53:22Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:53:43Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv: 798.45 MB in 21s @ 36.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:53:43Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:53:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:53:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Original Size: 837.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Encoded Size: 160.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Reduction: 19.2% of original (80.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:56:58Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Size: 837.24MB → 160.61MB (19.2% of original, 80.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv: 700.28 MB in 18s @ 37.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:57:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Original Size: 734.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Encoded Size: 136.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Reduction: 18.6% of original (81.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:00:30Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Size: 734.3MB → 136.77MB (18.6% of original, 81.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv: 884.48 MB in 25s @ 34.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:00:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T01:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Original Size: 927.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Encoded Size: 173.51 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:04:11Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Size: 927.45MB → 173.51MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv: 821.94 MB in 20s @ 40.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:04:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T01:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Original Size: 861.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Encoded Size: 170.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Reduction: 19.8% of original (80.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:07:46Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Size: 861.86MB → 170.6MB (19.8% of original, 80.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv: 730.08 MB in 16s @ 45.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:08:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T01:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Original Size: 765.54 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Encoded Size: 147.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Reduction: 19.3% of original (80.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:11:14Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Size: 765.54MB → 147.44MB (19.3% of original, 80.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "[BATCH 6] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "[BATCH 7] Processing: P:\\movies\\Polar Express (2004)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Polar Express (2004)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Processing: The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Copied The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv: 5632.97 MB in 2m 13s @ 42.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Copied The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv → The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "HDR content detected for The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 337} -{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} -{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-10T01:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "Black frame analysis: 4.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "Output file black content acceptable (4.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Original Size: 5906.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Encoded Size: 1440.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Reduction: 24.4% of original (75.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Resolution: 3840x1608 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:25:20Z", "level": "INFO", "message": "Moved The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv → The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Size: 5906.59MB → 1440.68MB (24.4% of original, 75.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Deleted original and processing copy for The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "[BATCH 7] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "[BATCH 8] Processing: P:\\movies\\Grandmas Boy - Unrated (2006)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Grandmas Boy - Unrated (2006)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Processing: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "File already in processing: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4 (3252.62 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 254} -{"timestamp": "2026-08-10T01:25:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:25:36Z", "level": "INFO", "message": "First audio stream is 'und', replacing with default language: eng", "module": "process_manager", "function": "process_folder", "line": 397} -{"timestamp": "2026-08-10T01:25:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T01:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "Black frame analysis: 7.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "Output file black content acceptable (7.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Original Size: 3252.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Encoded Size: 1495.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Reduction: 46.0% of original (54.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Resolution: 1920x816 → 1920x816", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:32:06Z", "level": "INFO", "message": "Moved Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv → Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Size: 3252.62MB → 1495.7MB (46.0% of original, 54.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Deleted original and processing copy for Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "[BATCH 8] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "[BATCH 9] Processing: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Processing: Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Copied Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2479.61 MB in 1m 10s @ 35.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Copied Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T01:33:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T01:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Original Size: 2600.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Encoded Size: 836.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Reduction: 32.2% of original (67.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:37:29Z", "level": "INFO", "message": "Moved Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Size: 2600.06MB → 836.63MB (32.2% of original, 67.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "Processing: Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Copied Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1618.42 MB in 51s @ 31.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Copied Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T01:38:28Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T01:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "Black frame analysis: 5.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "Output file black content acceptable (5.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Original Size: 1697.04 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Encoded Size: 628.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Reduction: 37.0% of original (63.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T01:41:30Z", "level": "INFO", "message": "Moved Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Size: 1697.04MB → 628.58MB (37.0% of original, 63.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "Processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Copied Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2104.65 MB in 51s @ 40.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Copied Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T01:42:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\Supergirl (2026)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Supergirl (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Processing: Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:16:55Z", "level": "INFO", "message": "Copied Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv: 6424.60 MB in 2m 22s @ 45.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:16:55Z", "level": "INFO", "message": "Copied Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv → Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:16:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:17:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "Black frame analysis: 8.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "Output file black content acceptable (8.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Original Size: 6736.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Encoded Size: 1760.76 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Reduction: 26.1% of original (73.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Resolution: 1920x800 → 1920x800", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:24:25Z", "level": "INFO", "message": "Moved Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv → Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Size: 6736.68MB → 1760.76MB (26.1% of original, 73.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Deleted original and processing copy for Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipping Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipping Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipped 2 file(s)", "module": "process_manager", "function": "process_folder", "line": 237} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "File already in processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv (2206.89 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 254} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:24:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Original Size: 2206.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Encoded Size: 758.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Reduction: 34.4% of original (65.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:27:56Z", "level": "INFO", "message": "Moved Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Size: 2206.89MB → 758.07MB (34.4% of original, 65.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "Processing: Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Copied Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1950.58 MB in 37s @ 51.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Copied Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:28:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Original Size: 2045.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Encoded Size: 647.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Reduction: 31.6% of original (68.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:31:24Z", "level": "INFO", "message": "Moved Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Size: 2045.33MB → 647.27MB (31.6% of original, 68.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:31:27Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:31:27Z", "level": "INFO", "message": "Processing: Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Copied Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1816.62 MB in 37s @ 49.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Copied Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:32:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "Black frame analysis: 6.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "Output file black content acceptable (6.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Original Size: 1904.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Encoded Size: 562.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Reduction: 29.5% of original (70.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:34:59Z", "level": "INFO", "message": "Moved Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Size: 1904.86MB → 562.11MB (29.5% of original, 70.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "Processing: Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Copied Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1750.03 MB in 36s @ 48.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Copied Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:35:43Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Original Size: 1835.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Encoded Size: 683.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Reduction: 37.2% of original (62.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:38:57Z", "level": "INFO", "message": "Moved Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Size: 1835.03MB → 683.45MB (37.2% of original, 62.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:39:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:39:01Z", "level": "INFO", "message": "Processing: Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Copied Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1960.64 MB in 41s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Copied Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:39:47Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Original Size: 2055.88 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Encoded Size: 562.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Reduction: 27.4% of original (72.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:42:33Z", "level": "INFO", "message": "Moved Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Size: 2055.88MB → 562.35MB (27.4% of original, 72.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:42:36Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:42:36Z", "level": "INFO", "message": "Processing: Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Copied Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2704.64 MB in 53s @ 50.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Copied Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:43:35Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Original Size: 2836.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Encoded Size: 602.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Reduction: 21.2% of original (78.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:46:54Z", "level": "INFO", "message": "Moved Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Size: 2836.02MB → 602.52MB (21.2% of original, 78.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\movies\\Terrifier (2018)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Terrifier (2018)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Processing: Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Copied Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv: 2615.95 MB in 52s @ 49.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Copied Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv → Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-10T02:48:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T02:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "Black frame analysis: 16.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "Output file black content acceptable (16.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Original Size: 2743.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Encoded Size: 1009.19 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Reduction: 36.8% of original (63.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Resolution: 1920x1012 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T02:51:54Z", "level": "INFO", "message": "Moved Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv → Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Size: 2743.02MB → 1009.19MB (36.8% of original, 63.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Deleted original and processing copy for Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "[BATCH 3] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "[BATCH 4] Processing: P:\\movies\\Anyone But You (2023)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Anyone But You (2023)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Processing: Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Copied Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv: 5619.25 MB in 1m 49s @ 51.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Copied Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv → Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T02:53:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T02:53:58Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-10T02:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T02:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "Black frame analysis: 7.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "Output file black content acceptable (7.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Original Size: 5892.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Encoded Size: 2047.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Reduction: 34.7% of original (65.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T03:05:35Z", "level": "INFO", "message": "Moved Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv → Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Size: 5892.21MB → 2047.24MB (34.7% of original, 65.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Deleted original and processing copy for Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "[BATCH 4] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Batch processing finished: 4 succeeded, 0 failed out of 4", "module": "main", "function": "main", "line": 785} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\Polar Express (2004)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Polar Express (2004)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Processing: The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T15:11:58Z", "level": "INFO", "message": "Copied The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv: 6719.76 MB in 1m 50s @ 61.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T15:11:58Z", "level": "INFO", "message": "Copied The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv → The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T15:11:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-10T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "Black frame analysis: 6.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "Output file black content acceptable (6.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Original Size: 7046.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Encoded Size: 1900.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Reduction: 27.0% of original (73.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Resolution: 1920x794 → 1920x794", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T15:19:59Z", "level": "INFO", "message": "Moved The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv → The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Size: 7046.18MB → 1900.38MB (27.0% of original, 73.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Deleted original and processing copy for The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 785} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv: 5460.31 MB in 1m 36s @ 56.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv → The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T15:23:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "Black frame analysis: 13.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "Output file black content acceptable (13.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Original Size: 5725.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Encoded Size: 1928.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Reduction: 33.7% of original (66.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T15:40:38Z", "level": "INFO", "message": "Moved The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv → The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Size: 5725.55MB → 1928.78MB (33.7% of original, 66.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Deleted original and processing copy for The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 785} -{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Using path as-is: c:\\Users\\Tyler\\Videos\\Pokémon Detective Pikachu_t00.mkv", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Using path as-is: c:\\Users\\Tyler\\Videos\\Pokémon Detective Pikachu_t00.mkv", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Project Folder", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t00.mkv → Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "Using explicitly specified resolution: 3840x2160", "module": "process_manager", "function": "process_folder", "line": 337} -{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "HDR content detected for Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 349} -{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} -{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-19T18:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Project Folder", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\teet", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t00.mkv → Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Using explicitly specified resolution: 3840x2160", "module": "process_manager", "function": "process_folder", "line": 337} -{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "HDR content detected for Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 349} -{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} -{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-08-19T19:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Black frame analysis: 13.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Output file black content acceptable (13.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Original Size: 54059.97 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Encoded Size: 12145.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Reduction: 22.5% of original (77.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Resolution: 3840x2160 → 3840x2160", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Moved Pokémon Detective Pikachu_t00 - [EHX].mkv → Pokémon Detective Pikachu_t00 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pokémon Detective Pikachu_t00 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Size: 54059.97MB → 12145.21MB (22.5% of original, 77.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T20:06:34Z", "level": "INFO", "message": "Kept original file (--keep-original): Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 785} -{"timestamp": "2026-08-19T20:06:34Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T20:24:04Z", "level": "INFO", "message": "Copied Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv: 2476.51 MB in 47s @ 52.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T20:24:04Z", "level": "INFO", "message": "Copied Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T20:24:05Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T20:24:10Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T20:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "Black frame analysis: 8.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "Output file black content acceptable (8.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Original Size: 2596.81 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Encoded Size: 330.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Reduction: 12.7% of original (87.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T20:27:29Z", "level": "INFO", "message": "Moved Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv → Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Type: ANIME | Show: Gachiakuta (2025)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Size: 2596.81MB → 330.26MB (12.7% of original, 87.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "Deleted original and processing copy for Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T20:28:31Z", "level": "INFO", "message": "Copied Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv: 3002.24 MB in 59s @ 50.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T20:28:31Z", "level": "INFO", "message": "Copied Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T20:28:32Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T20:28:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Gachiakuta - S01E02 - The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : libebml v1.4.5 + libmatroska v1.7.1 + muxtools v0.2.3", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " creation_time : 2026-07-27T07:56:21.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DESCRIPTION : The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TVDB : 450537", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TMDB : tv/256721", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " IMDB : tt32612521", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DATE_RELEASED : 2025-07-13", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Duration: 00:23:40.01, start: -0.007000, bitrate: 17735 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 41.020000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Prologue", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:1: start 41.020000, end 130.990000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : OP", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:2: start 130.990000, end 740.970000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:3: start 740.970000, end 1329.980000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part B", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:4: start 1329.980000, end 1420.002000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : ED", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0(jpn): Video: hevc (Main 10), yuv420p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : BD1080p", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 16175707", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.002000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 34046", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2871192067", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1(jpn): Audio: opus, 48000 Hz, stereo, fltp, start -0.007000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Japanese Opus 2.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 183132", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.009000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 71001", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 32506156", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: eac3, 48000 Hz, stereo, fltp, 224 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : English E-AC3 2.0 [AMZN]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:39.968000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 44374", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 39759104", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: ass (ssa), start -0.007000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [CR](Modified)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347743", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.040000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360970", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61291503", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: ass (ssa), start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347776", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.020000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360974", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61296481", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: ass (ssa), start -0.007000 (forced)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Signs & Songs [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 357581", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:22:50.900000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360715", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61275994", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:6: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Arial.ttf", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:7: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : BeatMark-Medium.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:8: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Grain.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:9: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GrimeSlime-Dripping.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:10: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GrimeSlime.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:11: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Impact.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:12: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : KingJackStyle.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:13: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Leander.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:14: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : MostWazted.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:15: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Quantico-Bold.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:16: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : SplitSplatSplodge-Bold.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:17: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : A-OTFGothicMB101Pr5DB-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:18: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AAnotherTag.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:19: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AerosoldierBasicPERSONALUSE.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:20: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AerosoldierSpraySymbolPERS.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:21: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AP-OTFA1GothicStdB-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:22: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Graffiti-blok1.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:23: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GraffitiCity.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:24: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GraffitiYouth.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:25: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : ITCStoneSansStdMedium-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:26: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : ITCStoneSansStdMedium-SemiBoldItalic.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:27: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : SparticalGraffitiPERSONALUSE.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:28: Video: mjpeg (Baseline), yuvj422p(pc, bt470bg/unknown/unknown), 780x439 [SAR 72:72 DAR 780:439], 90k tbr, 90k tbn, start -0.007000 (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : cover_land.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (opus (native) -> aac (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (eac3 (native) -> aac (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Output #0, matroska, to 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez - [EHX].mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Gachiakuta - S01E02 - The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " IMDB : tt32612521", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DATE_RELEASED : 2025-07-13", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DESCRIPTION : The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TVDB : 450537", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TMDB : tv/256721", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavf62.6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:0: start 0.007000, end 41.027000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Prologue", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:1: start 41.027000, end 130.997000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : OP", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:2: start 130.997000, end 740.977000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:3: start 740.977000, end 1329.987000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part B", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:4: start 1329.987000, end 1420.009000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : ED", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0(jpn): Video: hevc (Main 10), p010le(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 hevc_nvenc", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : BD1080p", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 16175707", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.002000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 34046", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2871192067", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Side data:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " CPB properties: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1(jpn): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 192 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 aac", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 183132", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.009000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 71001", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 32506156", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 192 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 aac", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:39.968000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 44374", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 39759104", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: subrip (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [CR](Modified)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347743", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.040000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360970", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61291503", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347776", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.020000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360974", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61296481", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: subrip (forced)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Signs & Songs [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 357581", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:22:50.900000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360715", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61275994", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 26 fps=0.0 q=21.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 122 fps=120 q=21.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:01.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 220 fps=143 q=24.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:01.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 319 fps=156 q=24.0 size= 256KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:02.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 417 fps=163 q=24.0 size= 256KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:02.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 515 fps=167 q=24.0 size= 512KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:03.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 613 fps=170 q=24.0 size= 768KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:03.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 711 fps=173 q=24.0 size= 1280KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:04.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 810 fps=175 q=24.0 size= 1792KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:04.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 909 fps=177 q=23.0 size= 1792KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:05.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 976 fps=172 q=21.0 size= 2560KiB time=00:00:40.58 bitrate= 516.8kbits/s speed=7.17x elapsed=0:00:05.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1010 fps=164 q=25.0 size= 3584KiB time=00:00:42.00 bitrate= 699.0kbits/s speed= 6.8x elapsed=0:00:06.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1027 fps=153 q=25.0 size= 3584KiB time=00:00:42.70 bitrate= 687.4kbits/s speed=6.38x elapsed=0:00:06.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1047 fps=145 q=27.0 size= 3584KiB time=00:00:43.54 bitrate= 674.3kbits/s speed=6.04x elapsed=0:00:07.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1063 fps=138 q=27.0 size= 3584KiB time=00:00:44.21 bitrate= 664.1kbits/s speed=5.73x elapsed=0:00:07.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1067 fps=130 q=28.0 size= 8704KiB time=00:00:44.37 bitrate=1606.7kbits/s speed=5.39x elapsed=0:00:08.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1069 fps=122 q=28.0 size= 8704KiB time=00:00:44.46 bitrate=1603.7kbits/s speed=5.08x elapsed=0:00:08.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1082 fps=117 q=24.0 size= 8704KiB time=00:00:45.00 bitrate=1584.4kbits/s speed=4.86x elapsed=0:00:09.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1093 fps=112 q=27.0 size= 8704KiB time=00:00:45.46 bitrate=1568.4kbits/s speed=4.65x elapsed=0:00:09.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1106 fps=107 q=25.0 size= 8704KiB time=00:00:46.00 bitrate=1549.9kbits/s speed=4.47x elapsed=0:00:10.29", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1109 fps=103 q=26.0 size= 8704KiB time=00:00:46.12 bitrate=1545.7kbits/s speed=4.26x elapsed=0:00:10.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1126 fps= 99 q=22.0 size= 8704KiB time=00:00:46.83 bitrate=1522.3kbits/s speed=4.13x elapsed=0:00:11.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1128 fps= 95 q=25.0 size= 8704KiB time=00:00:46.92 bitrate=1519.6kbits/s speed=3.96x elapsed=0:00:11.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1129 fps= 91 q=22.0 size= 8704KiB time=00:00:46.96 bitrate=1518.3kbits/s speed= 3.8x elapsed=0:00:12.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1131 fps= 88 q=25.0 size= 8704KiB time=00:00:47.04 bitrate=1515.6kbits/s speed=3.65x elapsed=0:00:12.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1137 fps= 85 q=21.0 size= 8704KiB time=00:00:47.29 bitrate=1507.6kbits/s speed=3.53x elapsed=0:00:13.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1147 fps= 82 q=24.0 size= 13824KiB time=00:00:47.71 bitrate=2373.4kbits/s speed=3.43x elapsed=0:00:13.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1154 fps= 80 q=21.0 size= 13824KiB time=00:00:48.00 bitrate=2359.0kbits/s speed=3.33x elapsed=0:00:14.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1164 fps= 78 q=25.0 size= 13824KiB time=00:00:48.42 bitrate=2338.7kbits/s speed=3.24x elapsed=0:00:14.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1170 fps= 76 q=21.0 size= 13824KiB time=00:00:48.67 bitrate=2326.6kbits/s speed=3.15x elapsed=0:00:15.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1172 fps= 73 q=25.0 size= 13824KiB time=00:00:48.75 bitrate=2322.7kbits/s speed=3.05x elapsed=0:00:15.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1174 fps= 71 q=22.0 size= 13824KiB time=00:00:48.84 bitrate=2318.7kbits/s speed=2.96x elapsed=0:00:16.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1189 fps= 70 q=26.0 size= 13824KiB time=00:00:49.46 bitrate=2289.4kbits/s speed=2.91x elapsed=0:00:17.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1190 fps= 68 q=26.0 size= 13824KiB time=00:00:49.50 bitrate=2287.4kbits/s speed=2.83x elapsed=0:00:17.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1191 fps= 66 q=26.0 size= 13824KiB time=00:00:49.54 bitrate=2285.5kbits/s speed=2.75x elapsed=0:00:18.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1192 fps= 64 q=26.0 size= 13824KiB time=00:00:49.59 bitrate=2283.6kbits/s speed=2.67x elapsed=0:00:18.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1193 fps= 63 q=23.0 size= 13824KiB time=00:00:49.63 bitrate=2281.7kbits/s speed= 2.6x elapsed=0:00:19.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1199 fps= 61 q=26.0 size= 13824KiB time=00:00:49.88 bitrate=2270.2kbits/s speed=2.55x elapsed=0:00:19.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1206 fps= 60 q=23.0 size= 13824KiB time=00:00:50.17 bitrate=2257.0kbits/s speed= 2.5x elapsed=0:00:20.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1215 fps= 59 q=26.0 size= 18944KiB time=00:00:50.55 bitrate=3070.0kbits/s speed=2.45x elapsed=0:00:20.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1223 fps= 58 q=26.0 size= 18944KiB time=00:00:50.88 bitrate=3049.9kbits/s speed=2.41x elapsed=0:00:21.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1230 fps= 57 q=23.0 size= 18944KiB time=00:00:51.17 bitrate=3032.5kbits/s speed=2.36x elapsed=0:00:21.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1233 fps= 56 q=23.0 size= 18944KiB time=00:00:51.30 bitrate=3025.1kbits/s speed=2.32x elapsed=0:00:22.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1235 fps= 54 q=27.0 size= 18944KiB time=00:00:51.38 bitrate=3020.1kbits/s speed=2.27x elapsed=0:00:22.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1236 fps= 53 q=27.0 size= 18944KiB time=00:00:51.42 bitrate=3017.7kbits/s speed=2.22x elapsed=0:00:23.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1238 fps= 52 q=27.0 size= 18944KiB time=00:00:51.55 bitrate=3010.4kbits/s speed=2.17x elapsed=0:00:23.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1239 fps= 51 q=27.0 size= 18944KiB time=00:00:51.55 bitrate=3010.4kbits/s speed=2.13x elapsed=0:00:24.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1240 fps= 50 q=27.0 size= 18944KiB time=00:00:51.59 bitrate=3007.9kbits/s speed=2.09x elapsed=0:00:24.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1242 fps= 49 q=23.0 size= 18944KiB time=00:00:51.67 bitrate=3003.1kbits/s speed=2.05x elapsed=0:00:25.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1243 fps= 48 q=27.0 size= 18944KiB time=00:00:51.71 bitrate=3000.7kbits/s speed=2.01x elapsed=0:00:25.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1247 fps= 47 q=27.0 size= 18944KiB time=00:00:51.88 bitrate=2991.0kbits/s speed=1.97x elapsed=0:00:26.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1256 fps= 47 q=27.0 size= 22528KiB time=00:00:52.26 bitrate=3531.3kbits/s speed=1.95x elapsed=0:00:26.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1265 fps= 46 q=24.0 size= 22528KiB time=00:00:52.71 bitrate=3500.6kbits/s speed=1.93x elapsed=0:00:27.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1275 fps= 46 q=26.0 size= 22528KiB time=00:00:53.13 bitrate=3473.1kbits/s speed=1.91x elapsed=0:00:27.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1279 fps= 45 q=27.0 size= 22528KiB time=00:00:53.21 bitrate=3467.7kbits/s speed=1.88x elapsed=0:00:28.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1281 fps= 44 q=22.0 size= 22528KiB time=00:00:53.38 bitrate=3456.8kbits/s speed=1.85x elapsed=0:00:28.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1282 fps= 44 q=22.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.82x elapsed=0:00:29.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1284 fps= 43 q=22.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.79x elapsed=0:00:29.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1330 fps= 44 q=24.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.76x elapsed=0:00:30.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1378 fps= 45 q=26.0 size= 26624KiB time=00:00:57.34 bitrate=3803.1kbits/s speed=1.85x elapsed=0:00:30.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1390 fps= 44 q=27.0 size= 26624KiB time=00:00:57.84 bitrate=3770.2kbits/s speed=1.84x elapsed=0:00:31.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1394 fps= 44 q=29.0 size= 26624KiB time=00:00:58.09 bitrate=3754.0kbits/s speed=1.82x elapsed=0:00:31.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1412 fps= 43 q=32.0 size= 26624KiB time=00:00:58.85 bitrate=3706.1kbits/s speed=1.81x elapsed=0:00:32.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1441 fps= 44 q=28.0 size= 26624KiB time=00:00:58.89 bitrate=3703.1kbits/s speed=1.79x elapsed=0:00:32.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1504 fps= 45 q=24.0 size= 30720KiB time=00:01:02.60 bitrate=4019.8kbits/s speed=1.87x elapsed=0:00:33.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1535 fps= 45 q=27.0 size= 30720KiB time=00:01:03.89 bitrate=3938.5kbits/s speed=1.88x elapsed=0:00:34.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1540 fps= 45 q=26.0 size= 30720KiB time=00:01:04.10 bitrate=3925.7kbits/s speed=1.86x elapsed=0:00:34.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1541 fps= 44 q=22.0 size= 30720KiB time=00:01:04.14 bitrate=3923.1kbits/s speed=1.83x elapsed=0:00:35.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1541 fps= 43 q=22.0 size= 30720KiB time=00:01:04.14 bitrate=3923.1kbits/s speed= 1.8x elapsed=0:00:35.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1542 fps= 43 q=25.0 size= 30720KiB time=00:01:04.18 bitrate=3920.6kbits/s speed=1.78x elapsed=0:00:36.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1542 fps= 42 q=25.0 size= 30720KiB time=00:01:04.18 bitrate=3920.6kbits/s speed=1.75x elapsed=0:00:36.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1543 fps= 42 q=25.0 size= 30720KiB time=00:01:04.23 bitrate=3918.0kbits/s speed=1.73x elapsed=0:00:37.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1543 fps= 41 q=25.0 size= 30720KiB time=00:01:04.23 bitrate=3918.0kbits/s speed=1.71x elapsed=0:00:37.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1544 fps= 40 q=25.0 size= 30720KiB time=00:01:04.27 bitrate=3915.5kbits/s speed=1.68x elapsed=0:00:38.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1544 fps= 40 q=25.0 size= 30720KiB time=00:01:04.27 bitrate=3915.5kbits/s speed=1.66x elapsed=0:00:38.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1545 fps= 39 q=22.0 size= 30720KiB time=00:01:04.31 bitrate=3912.9kbits/s speed=1.64x elapsed=0:00:39.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1545 fps= 39 q=22.0 size= 30720KiB time=00:01:04.31 bitrate=3912.9kbits/s speed=1.62x elapsed=0:00:39.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1549 fps= 39 q=22.0 size= 30720KiB time=00:01:04.48 bitrate=3902.8kbits/s speed= 1.6x elapsed=0:00:40.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1554 fps= 38 q=24.0 size= 30720KiB time=00:01:04.68 bitrate=3890.2kbits/s speed=1.59x elapsed=0:00:40.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1557 fps= 38 q=24.0 size= 30720KiB time=00:01:04.81 bitrate=3882.7kbits/s speed=1.57x elapsed=0:00:41.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1561 fps= 37 q=21.0 size= 30720KiB time=00:01:04.98 bitrate=3872.8kbits/s speed=1.56x elapsed=0:00:41.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1565 fps= 37 q=25.0 size= 30720KiB time=00:01:05.14 bitrate=3862.8kbits/s speed=1.54x elapsed=0:00:42.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1565 fps= 37 q=25.0 size= 30720KiB time=00:01:05.14 bitrate=3862.8kbits/s speed=1.52x elapsed=0:00:42.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1569 fps= 36 q=21.0 size= 30720KiB time=00:01:05.31 bitrate=3853.0kbits/s speed=1.51x elapsed=0:00:43.29", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1572 fps= 36 q=24.0 size= 30720KiB time=00:01:05.44 bitrate=3845.6kbits/s speed=1.49x elapsed=0:00:43.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1574 fps= 36 q=24.0 size= 30720KiB time=00:01:05.52 bitrate=3840.7kbits/s speed=1.48x elapsed=0:00:44.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1577 fps= 35 q=21.0 size= 30720KiB time=00:01:05.64 bitrate=3833.4kbits/s speed=1.46x elapsed=0:00:44.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1580 fps= 35 q=24.0 size= 30720KiB time=00:01:05.77 bitrate=3826.1kbits/s speed=1.45x elapsed=0:00:45.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1584 fps= 35 q=24.0 size= 30720KiB time=00:01:05.94 bitrate=3816.4kbits/s speed=1.44x elapsed=0:00:45.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1586 fps= 34 q=24.0 size= 30720KiB time=00:01:06.02 bitrate=3811.6kbits/s speed=1.42x elapsed=0:00:46.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1590 fps= 34 q=24.0 size= 30720KiB time=00:01:06.19 bitrate=3802.0kbits/s speed=1.41x elapsed=0:00:46.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1593 fps= 34 q=22.0 size= 30720KiB time=00:01:06.31 bitrate=3794.8kbits/s speed= 1.4x elapsed=0:00:47.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1597 fps= 33 q=26.0 size= 30720KiB time=00:01:06.48 bitrate=3785.3kbits/s speed=1.39x elapsed=0:00:47.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1601 fps= 33 q=22.0 size= 35840KiB time=00:01:06.64 bitrate=4405.1kbits/s speed=1.38x elapsed=0:00:48.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1601 fps= 33 q=22.0 size= 35840KiB time=00:01:06.64 bitrate=4405.1kbits/s speed=1.36x elapsed=0:00:48.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.35x elapsed=0:00:49.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.33x elapsed=0:00:50.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.32x elapsed=0:00:50.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.31x elapsed=0:00:51.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.29x elapsed=0:00:51.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.28x elapsed=0:00:52.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1604 fps= 31 q=24.0 size= 35840KiB time=00:01:06.77 bitrate=4396.9kbits/s speed=1.27x elapsed=0:00:52.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1604 fps= 30 q=24.0 size= 35840KiB time=00:01:06.77 bitrate=4396.9kbits/s speed=1.26x elapsed=0:00:53.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 30 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.25x elapsed=0:00:53.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 30 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.23x elapsed=0:00:54.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 29 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.22x elapsed=0:00:54.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1606 fps= 29 q=24.0 size= 35840KiB time=00:01:06.85 bitrate=4391.4kbits/s speed=1.21x elapsed=0:00:55.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 29 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed= 1.2x elapsed=0:00:55.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 29 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed=1.19x elapsed=0:00:56.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 28 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed=1.18x elapsed=0:00:56.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1608 fps= 28 q=24.0 size= 35840KiB time=00:01:06.94 bitrate=4385.9kbits/s speed=1.17x elapsed=0:00:57.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1608 fps= 28 q=24.0 size= 35840KiB time=00:01:06.94 bitrate=4385.9kbits/s speed=1.16x elapsed=0:00:57.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1609 fps= 28 q=21.0 size= 35840KiB time=00:01:06.98 bitrate=4383.2kbits/s speed=1.15x elapsed=0:00:58.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1613 fps= 27 q=21.0 size= 35840KiB time=00:01:07.15 bitrate=4372.3kbits/s speed=1.14x elapsed=0:00:58.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1618 fps= 27 q=24.0 size= 35840KiB time=00:01:07.35 bitrate=4358.8kbits/s speed=1.14x elapsed=0:00:59.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1622 fps= 27 q=24.0 size= 35840KiB time=00:01:07.52 bitrate=4348.0kbits/s speed=1.13x elapsed=0:00:59.79", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1626 fps= 27 q=24.0 size= 35840KiB time=00:01:07.69 bitrate=4337.3kbits/s speed=1.12x elapsed=0:01:00.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1630 fps= 27 q=24.0 size= 35840KiB time=00:01:07.85 bitrate=4326.6kbits/s speed=1.12x elapsed=0:01:00.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1635 fps= 27 q=24.0 size= 35840KiB time=00:01:08.06 bitrate=4313.4kbits/s speed=1.11x elapsed=0:01:01.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1637 fps= 26 q=24.0 size= 35840KiB time=00:01:08.15 bitrate=4308.1kbits/s speed= 1.1x elapsed=0:01:01.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1638 fps= 26 q=24.0 size= 35840KiB time=00:01:08.19 bitrate=4305.4kbits/s speed=1.09x elapsed=0:01:02.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.08x elapsed=0:01:02.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.08x elapsed=0:01:03.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.07x elapsed=0:01:03.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 25 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.06x elapsed=0:01:04.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 25 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.05x elapsed=0:01:04.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.04x elapsed=0:01:05.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.03x elapsed=0:01:05.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.03x elapsed=0:01:06.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.02x elapsed=0:01:07.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.01x elapsed=0:01:07.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed= 1x elapsed=0:01:08.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.996x elapsed=0:01:08.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.988x elapsed=0:01:09.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.981x elapsed=0:01:09.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1641 fps= 23 q=21.0 size= 35840KiB time=00:01:08.31 bitrate=4297.6kbits/s speed=0.974x elapsed=0:01:10.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1641 fps= 23 q=21.0 size= 35840KiB time=00:01:08.31 bitrate=4297.6kbits/s speed=0.967x elapsed=0:01:10.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1643 fps= 23 q=24.0 size= 35840KiB time=00:01:08.40 bitrate=4292.3kbits/s speed=0.961x elapsed=0:01:11.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1645 fps= 23 q=24.0 size= 35840KiB time=00:01:08.48 bitrate=4287.1kbits/s speed=0.956x elapsed=0:01:11.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1649 fps= 23 q=24.0 size= 35840KiB time=00:01:08.65 bitrate=4276.7kbits/s speed=0.951x elapsed=0:01:12.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1649 fps= 23 q=24.0 size= 35840KiB time=00:01:08.65 bitrate=4276.7kbits/s speed=0.944x elapsed=0:01:12.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1652 fps= 23 q=24.0 size= 35840KiB time=00:01:08.77 bitrate=4268.9kbits/s speed=0.939x elapsed=0:01:13.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1655 fps= 22 q=24.0 size= 35840KiB time=00:01:08.90 bitrate=4261.1kbits/s speed=0.935x elapsed=0:01:13.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1659 fps= 22 q=24.0 size= 35840KiB time=00:01:09.06 bitrate=4250.8kbits/s speed=0.93x elapsed=0:01:14.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1663 fps= 22 q=24.0 size= 35840KiB time=00:01:09.23 bitrate=4240.6kbits/s speed=0.926x elapsed=0:01:14.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1665 fps= 22 q=21.0 size= 35840KiB time=00:01:09.31 bitrate=4235.5kbits/s speed=0.921x elapsed=0:01:15.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1669 fps= 22 q=24.0 size= 35840KiB time=00:01:09.48 bitrate=4225.3kbits/s speed=0.917x elapsed=0:01:15.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1674 fps= 22 q=21.0 size= 40960KiB time=00:01:09.69 bitrate=4814.5kbits/s speed=0.913x elapsed=0:01:16.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1676 fps= 22 q=24.0 size= 40960KiB time=00:01:09.77 bitrate=4808.7kbits/s speed=0.908x elapsed=0:01:16.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1679 fps= 22 q=24.0 size= 40960KiB time=00:01:09.90 bitrate=4800.1kbits/s speed=0.904x elapsed=0:01:17.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1682 fps= 22 q=25.0 size= 40960KiB time=00:01:10.02 bitrate=4791.6kbits/s speed= 0.9x elapsed=0:01:17.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.894x elapsed=0:01:18.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.888x elapsed=0:01:18.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.883x elapsed=0:01:19.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.877x elapsed=0:01:19.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.872x elapsed=0:01:20.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.866x elapsed=0:01:20.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.861x elapsed=0:01:21.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.855x elapsed=0:01:21.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.85x elapsed=0:01:22.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.845x elapsed=0:01:23.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.84x elapsed=0:01:23.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.835x elapsed=0:01:24.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.83x elapsed=0:01:24.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.825x elapsed=0:01:25.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.82x elapsed=0:01:25.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.815x elapsed=0:01:26.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.81x elapsed=0:01:26.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.805x elapsed=0:01:27.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed= 0.8x elapsed=0:01:27.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.796x elapsed=0:01:28.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.792x elapsed=0:01:28.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.787x elapsed=0:01:29.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.782x elapsed=0:01:29.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.778x elapsed=0:01:30.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.774x elapsed=0:01:30.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.769x elapsed=0:01:31.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.765x elapsed=0:01:31.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.761x elapsed=0:01:32.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.756x elapsed=0:01:32.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.752x elapsed=0:01:33.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1687 fps= 18 q=25.0 size= 40960KiB time=00:01:10.23 bitrate=4777.3kbits/s speed=0.749x elapsed=0:01:33.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1688 fps= 18 q=25.0 size= 40960KiB time=00:01:10.27 bitrate=4774.5kbits/s speed=0.745x elapsed=0:01:34.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1690 fps= 18 q=25.0 size= 40960KiB time=00:01:10.36 bitrate=4768.8kbits/s speed=0.742x elapsed=0:01:34.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1693 fps= 18 q=22.0 size= 40960KiB time=00:01:10.48 bitrate=4760.4kbits/s speed=0.739x elapsed=0:01:35.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1694 fps= 18 q=24.0 size= 40960KiB time=00:01:10.52 bitrate=4757.6kbits/s speed=0.735x elapsed=0:01:35.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1695 fps= 18 q=24.0 size= 40960KiB time=00:01:10.57 bitrate=4754.7kbits/s speed=0.732x elapsed=0:01:36.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1698 fps= 18 q=24.0 size= 40960KiB time=00:01:10.69 bitrate=4746.3kbits/s speed=0.729x elapsed=0:01:36.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1700 fps= 17 q=24.0 size= 40960KiB time=00:01:10.77 bitrate=4740.7kbits/s speed=0.726x elapsed=0:01:37.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1702 fps= 17 q=21.0 size= 40960KiB time=00:01:10.86 bitrate=4735.1kbits/s speed=0.723x elapsed=0:01:37.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1702 fps= 17 q=21.0 size= 40960KiB time=00:01:10.86 bitrate=4735.1kbits/s speed=0.72x elapsed=0:01:38.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1704 fps= 17 q=24.0 size= 40960KiB time=00:01:10.94 bitrate=4729.6kbits/s speed=0.717x elapsed=0:01:38.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1706 fps= 17 q=21.0 size= 40960KiB time=00:01:11.02 bitrate=4724.0kbits/s speed=0.714x elapsed=0:01:39.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1708 fps= 17 q=24.0 size= 40960KiB time=00:01:11.11 bitrate=4718.5kbits/s speed=0.711x elapsed=0:01:40.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1709 fps= 17 q=24.0 size= 40960KiB time=00:01:11.15 bitrate=4715.7kbits/s speed=0.708x elapsed=0:01:40.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1711 fps= 17 q=24.0 size= 40960KiB time=00:01:11.23 bitrate=4710.2kbits/s speed=0.705x elapsed=0:01:41.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1713 fps= 17 q=21.0 size= 40960KiB time=00:01:11.32 bitrate=4704.7kbits/s speed=0.702x elapsed=0:01:41.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1715 fps= 17 q=24.0 size= 40960KiB time=00:01:11.40 bitrate=4699.2kbits/s speed=0.699x elapsed=0:01:42.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1717 fps= 17 q=21.0 size= 40960KiB time=00:01:11.48 bitrate=4693.7kbits/s speed=0.697x elapsed=0:01:42.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1718 fps= 17 q=21.0 size= 40960KiB time=00:01:11.52 bitrate=4691.0kbits/s speed=0.694x elapsed=0:01:43.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1720 fps= 17 q=24.0 size= 40960KiB time=00:01:11.61 bitrate=4685.5kbits/s speed=0.691x elapsed=0:01:43.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1722 fps= 17 q=24.0 size= 40960KiB time=00:01:11.69 bitrate=4680.1kbits/s speed=0.688x elapsed=0:01:44.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1724 fps= 16 q=24.0 size= 40960KiB time=00:01:11.78 bitrate=4674.6kbits/s speed=0.686x elapsed=0:01:44.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1726 fps= 16 q=21.0 size= 40960KiB time=00:01:11.86 bitrate=4669.2kbits/s speed=0.683x elapsed=0:01:45.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1727 fps= 16 q=24.0 size= 40960KiB time=00:01:11.94 bitrate=4663.8kbits/s speed=0.681x elapsed=0:01:45.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1728 fps= 16 q=21.0 size= 40960KiB time=00:01:11.98 bitrate=4661.1kbits/s speed=0.678x elapsed=0:01:46.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1730 fps= 16 q=24.0 size= 46080KiB time=00:01:12.07 bitrate=5237.6kbits/s speed=0.675x elapsed=0:01:46.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1731 fps= 16 q=24.0 size= 46080KiB time=00:01:12.07 bitrate=5237.6kbits/s speed=0.672x elapsed=0:01:47.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1733 fps= 16 q=24.0 size= 46080KiB time=00:01:12.15 bitrate=5231.6kbits/s speed=0.67x elapsed=0:01:47.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1735 fps= 16 q=24.0 size= 46080KiB time=00:01:12.23 bitrate=5225.5kbits/s speed=0.667x elapsed=0:01:48.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1737 fps= 16 q=24.0 size= 46080KiB time=00:01:12.32 bitrate=5219.5kbits/s speed=0.665x elapsed=0:01:48.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1738 fps= 16 q=21.0 size= 46080KiB time=00:01:12.36 bitrate=5216.5kbits/s speed=0.662x elapsed=0:01:49.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1738 fps= 16 q=21.0 size= 46080KiB time=00:01:12.36 bitrate=5216.5kbits/s speed=0.659x elapsed=0:01:49.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1740 fps= 16 q=24.0 size= 46080KiB time=00:01:12.44 bitrate=5210.5kbits/s speed=0.657x elapsed=0:01:50.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.654x elapsed=0:01:50.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.651x elapsed=0:01:51.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.648x elapsed=0:01:51.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 16 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.646x elapsed=0:01:52.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.643x elapsed=0:01:52.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.64x elapsed=0:01:53.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.637x elapsed=0:01:53.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.634x elapsed=0:01:54.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.631x elapsed=0:01:54.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.628x elapsed=0:01:55.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.626x elapsed=0:01:56.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.623x elapsed=0:01:56.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.62x elapsed=0:01:57.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.617x elapsed=0:01:57.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.615x elapsed=0:01:58.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.612x elapsed=0:01:58.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.61x elapsed=0:01:59.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.607x elapsed=0:01:59.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.604x elapsed=0:02:00.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 14 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.602x elapsed=0:02:00.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed= 0.6x elapsed=0:02:01.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed=0.597x elapsed=0:02:01.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed=0.595x elapsed=0:02:02.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1746 fps= 14 q=24.0 size= 46080KiB time=00:01:12.69 bitrate=5192.6kbits/s speed=0.592x elapsed=0:02:02.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1747 fps= 14 q=24.0 size= 46080KiB time=00:01:12.73 bitrate=5189.6kbits/s speed=0.59x elapsed=0:02:03.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1751 fps= 14 q=20.0 size= 46080KiB time=00:01:12.90 bitrate=5177.7kbits/s speed=0.589x elapsed=0:02:03.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1754 fps= 14 q=24.0 size= 48384KiB time=00:01:13.03 bitrate=5427.3kbits/s speed=0.588x elapsed=0:02:04.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1760 fps= 14 q=21.0 size= 48384KiB time=00:01:13.28 bitrate=5408.8kbits/s speed=0.587x elapsed=0:02:04.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1763 fps= 14 q=25.0 size= 48384KiB time=00:01:13.40 bitrate=5399.5kbits/s speed=0.586x elapsed=0:02:05.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1768 fps= 14 q=21.0 size= 48384KiB time=00:01:13.61 bitrate=5384.2kbits/s speed=0.585x elapsed=0:02:05.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1768 fps= 14 q=21.0 size= 48384KiB time=00:01:13.61 bitrate=5384.2kbits/s speed=0.583x elapsed=0:02:06.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1769 fps= 14 q=27.0 size= 48384KiB time=00:01:13.65 bitrate=5381.2kbits/s speed=0.581x elapsed=0:02:06.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1769 fps= 14 q=27.0 size= 48384KiB time=00:01:13.65 bitrate=5381.2kbits/s speed=0.578x elapsed=0:02:07.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1770 fps= 14 q=28.0 size= 48384KiB time=00:01:13.69 bitrate=5378.1kbits/s speed=0.576x elapsed=0:02:07.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1771 fps= 14 q=28.0 size= 48384KiB time=00:01:13.74 bitrate=5375.1kbits/s speed=0.574x elapsed=0:02:08.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1772 fps= 14 q=26.0 size= 48384KiB time=00:01:13.78 bitrate=5372.1kbits/s speed=0.572x elapsed=0:02:08.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.571x elapsed=0:02:09.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.569x elapsed=0:02:09.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.566x elapsed=0:02:10.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.564x elapsed=0:02:10.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 14 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.562x elapsed=0:02:11.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.56x elapsed=0:02:11.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.558x elapsed=0:02:12.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.556x elapsed=0:02:13.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.554x elapsed=0:02:13.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.552x elapsed=0:02:14.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.55x elapsed=0:02:14.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.548x elapsed=0:02:15.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.546x elapsed=0:02:15.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.544x elapsed=0:02:16.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.542x elapsed=0:02:16.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.54x elapsed=0:02:17.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.538x elapsed=0:02:17.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.536x elapsed=0:02:18.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.534x elapsed=0:02:18.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.532x elapsed=0:02:19.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.53x elapsed=0:02:19.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1780 fps= 13 q=32.0 size= 48384KiB time=00:01:14.11 bitrate=5347.9kbits/s speed=0.528x elapsed=0:02:20.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1782 fps= 13 q=32.0 size= 48384KiB time=00:01:14.19 bitrate=5341.9kbits/s speed=0.527x elapsed=0:02:20.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1784 fps= 13 q=29.0 size= 48384KiB time=00:01:14.28 bitrate=5335.9kbits/s speed=0.526x elapsed=0:02:21.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1786 fps= 13 q=32.0 size= 48384KiB time=00:01:14.36 bitrate=5329.9kbits/s speed=0.524x elapsed=0:02:21.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1788 fps= 13 q=29.0 size= 48384KiB time=00:01:14.44 bitrate=5323.9kbits/s speed=0.523x elapsed=0:02:22.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1790 fps= 13 q=32.0 size= 48384KiB time=00:01:14.53 bitrate=5318.0kbits/s speed=0.522x elapsed=0:02:22.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1791 fps= 12 q=32.0 size= 48384KiB time=00:01:14.57 bitrate=5315.0kbits/s speed=0.52x elapsed=0:02:23.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1793 fps= 12 q=32.0 size= 48384KiB time=00:01:14.65 bitrate=5309.0kbits/s speed=0.519x elapsed=0:02:23.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1794 fps= 12 q=32.0 size= 48384KiB time=00:01:14.69 bitrate=5306.1kbits/s speed=0.517x elapsed=0:02:24.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1796 fps= 12 q=28.0 size= 48384KiB time=00:01:14.78 bitrate=5300.2kbits/s speed=0.516x elapsed=0:02:24.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1798 fps= 12 q=32.0 size= 48384KiB time=00:01:14.86 bitrate=5294.2kbits/s speed=0.515x elapsed=0:02:25.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1800 fps= 12 q=32.0 size= 48384KiB time=00:01:14.94 bitrate=5288.4kbits/s speed=0.514x elapsed=0:02:25.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1802 fps= 12 q=32.0 size= 48384KiB time=00:01:15.03 bitrate=5282.5kbits/s speed=0.512x elapsed=0:02:26.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1804 fps= 12 q=32.0 size= 48384KiB time=00:01:15.11 bitrate=5276.6kbits/s speed=0.511x elapsed=0:02:26.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1806 fps= 12 q=32.0 size= 48384KiB time=00:01:15.20 bitrate=5270.8kbits/s speed=0.51x elapsed=0:02:27.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1808 fps= 12 q=28.0 size= 53760KiB time=00:01:15.28 bitrate=5849.9kbits/s speed=0.509x elapsed=0:02:27.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1809 fps= 12 q=32.0 size= 53760KiB time=00:01:15.32 bitrate=5846.7kbits/s speed=0.507x elapsed=0:02:28.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1812 fps= 12 q=32.0 size= 53760KiB time=00:01:15.45 bitrate=5837.0kbits/s speed=0.506x elapsed=0:02:29.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1814 fps= 12 q=32.0 size= 53760KiB time=00:01:15.53 bitrate=5830.5kbits/s speed=0.505x elapsed=0:02:29.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1817 fps= 12 q=32.0 size= 53760KiB time=00:01:15.65 bitrate=5820.9kbits/s speed=0.504x elapsed=0:02:30.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1819 fps= 12 q=32.0 size= 53760KiB time=00:01:15.74 bitrate=5814.5kbits/s speed=0.503x elapsed=0:02:30.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1821 fps= 12 q=32.0 size= 53760KiB time=00:01:15.82 bitrate=5808.1kbits/s speed=0.502x elapsed=0:02:31.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1823 fps= 12 q=28.0 size= 53760KiB time=00:01:15.90 bitrate=5801.7kbits/s speed=0.501x elapsed=0:02:31.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1825 fps= 12 q=32.0 size= 53760KiB time=00:01:15.99 bitrate=5795.3kbits/s speed= 0.5x elapsed=0:02:32.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1826 fps= 12 q=32.0 size= 53760KiB time=00:01:16.03 bitrate=5792.1kbits/s speed=0.498x elapsed=0:02:32.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1828 fps= 12 q=28.0 size= 53760KiB time=00:01:16.11 bitrate=5785.8kbits/s speed=0.497x elapsed=0:02:33.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1830 fps= 12 q=32.0 size= 53760KiB time=00:01:16.20 bitrate=5779.5kbits/s speed=0.496x elapsed=0:02:33.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.495x elapsed=0:02:34.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.493x elapsed=0:02:34.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.491x elapsed=0:02:35.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1832 fps= 12 q=29.0 size= 53760KiB time=00:01:16.28 bitrate=5773.1kbits/s speed=0.49x elapsed=0:02:35.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1832 fps= 12 q=29.0 size= 53760KiB time=00:01:16.28 bitrate=5773.1kbits/s speed=0.488x elapsed=0:02:36.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.487x elapsed=0:02:36.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.485x elapsed=0:02:37.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.484x elapsed=0:02:37.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.482x elapsed=0:02:38.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.481x elapsed=0:02:38.79", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.479x elapsed=0:02:39.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1835 fps= 11 q=32.0 size= 53760KiB time=00:01:16.40 bitrate=5763.7kbits/s speed=0.478x elapsed=0:02:39.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1835 fps= 11 q=32.0 size= 53760KiB time=00:01:16.40 bitrate=5763.7kbits/s speed=0.477x elapsed=0:02:40.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1836 fps= 11 q=28.0 size= 53760KiB time=00:01:16.45 bitrate=5760.5kbits/s speed=0.475x elapsed=0:02:40.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1836 fps= 11 q=28.0 size= 53760KiB time=00:01:16.45 bitrate=5760.5kbits/s speed=0.474x elapsed=0:02:41.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.472x elapsed=0:02:41.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.471x elapsed=0:02:42.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.469x elapsed=0:02:42.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.468x elapsed=0:02:43.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.467x elapsed=0:02:43.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.465x elapsed=0:02:44.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.464x elapsed=0:02:44.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.463x elapsed=0:02:45.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.461x elapsed=0:02:46.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.46x elapsed=0:02:46.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.459x elapsed=0:02:47.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.457x elapsed=0:02:47.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.456x elapsed=0:02:48.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.454x elapsed=0:02:48.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.453x elapsed=0:02:49.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.452x elapsed=0:02:49.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.451x elapsed=0:02:50.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.449x elapsed=0:02:50.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1842 fps= 11 q=33.0 size= 53760KiB time=00:01:16.70 bitrate=5741.8kbits/s speed=0.448x elapsed=0:02:51.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1845 fps= 11 q=33.0 size= 53760KiB time=00:01:16.82 bitrate=5732.4kbits/s speed=0.447x elapsed=0:02:51.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1848 fps= 11 q=30.0 size= 53760KiB time=00:01:16.95 bitrate=5723.1kbits/s speed=0.447x elapsed=0:02:52.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1850 fps= 11 q=33.0 size= 53760KiB time=00:01:17.03 bitrate=5716.9kbits/s speed=0.446x elapsed=0:02:52.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1854 fps= 11 q=33.0 size= 53760KiB time=00:01:17.20 bitrate=5704.5kbits/s speed=0.446x elapsed=0:02:53.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1856 fps= 11 q=29.0 size= 53760KiB time=00:01:17.28 bitrate=5698.4kbits/s speed=0.445x elapsed=0:02:53.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1859 fps= 11 q=33.0 size= 53760KiB time=00:01:17.41 bitrate=5689.2kbits/s speed=0.444x elapsed=0:02:54.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1860 fps= 11 q=29.0 size= 53760KiB time=00:01:17.45 bitrate=5686.1kbits/s speed=0.443x elapsed=0:02:54.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1861 fps= 11 q=33.0 size= 53760KiB time=00:01:17.49 bitrate=5683.0kbits/s speed=0.442x elapsed=0:02:55.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1863 fps= 11 q=29.0 size= 53760KiB time=00:01:17.57 bitrate=5676.9kbits/s speed=0.441x elapsed=0:02:55.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1864 fps= 11 q=29.0 size= 58880KiB time=00:01:17.61 bitrate=6214.2kbits/s speed=0.44x elapsed=0:02:56.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1864 fps= 11 q=29.0 size= 58880KiB time=00:01:17.61 bitrate=6214.2kbits/s speed=0.439x elapsed=0:02:56.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1866 fps= 11 q=32.0 size= 58880KiB time=00:01:17.70 bitrate=6207.6kbits/s speed=0.438x elapsed=0:02:57.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1870 fps= 11 q=33.0 size= 58880KiB time=00:01:17.86 bitrate=6194.3kbits/s speed=0.438x elapsed=0:02:57.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1873 fps= 10 q=32.0 size= 58880KiB time=00:01:17.99 bitrate=6184.3kbits/s speed=0.437x elapsed=0:02:58.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1874 fps= 10 q=32.0 size= 58880KiB time=00:01:18.03 bitrate=6181.0kbits/s speed=0.436x elapsed=0:02:58.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1875 fps= 10 q=29.0 size= 58880KiB time=00:01:18.07 bitrate=6177.7kbits/s speed=0.435x elapsed=0:02:59.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1877 fps= 10 q=32.0 size= 58880KiB time=00:01:18.16 bitrate=6171.1kbits/s speed=0.434x elapsed=0:02:59.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1879 fps= 10 q=29.0 size= 58880KiB time=00:01:18.24 bitrate=6164.6kbits/s speed=0.434x elapsed=0:03:00.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1882 fps= 10 q=33.0 size= 58880KiB time=00:01:18.36 bitrate=6154.7kbits/s speed=0.433x elapsed=0:03:00.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1884 fps= 10 q=29.0 size= 58880KiB time=00:01:18.45 bitrate=6148.2kbits/s speed=0.432x elapsed=0:03:01.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1885 fps= 10 q=33.0 size= 58880KiB time=00:01:18.49 bitrate=6144.9kbits/s speed=0.431x elapsed=0:03:02.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1888 fps= 10 q=29.0 size= 58880KiB time=00:01:18.62 bitrate=6135.1kbits/s speed=0.431x elapsed=0:03:02.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1890 fps= 10 q=32.0 size= 58880KiB time=00:01:18.70 bitrate=6128.6kbits/s speed=0.43x elapsed=0:03:03.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1892 fps= 10 q=29.0 size= 58880KiB time=00:01:18.78 bitrate=6122.1kbits/s speed=0.429x elapsed=0:03:03.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1892 fps= 10 q=29.0 size= 58880KiB time=00:01:18.78 bitrate=6122.1kbits/s speed=0.428x elapsed=0:03:04.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.428x elapsed=0:03:04.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.427x elapsed=0:03:05.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.425x elapsed=0:03:05.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.424x elapsed=0:03:06.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.423x elapsed=0:03:06.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.422x elapsed=0:03:07.16", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.421x elapsed=0:03:07.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.42x elapsed=0:03:08.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.418x elapsed=0:03:08.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.417x elapsed=0:03:09.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.416x elapsed=0:03:09.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.415x elapsed=0:03:10.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps=9.9 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.414x elapsed=0:03:10.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1897 fps=9.9 q=33.0 size= 58880KiB time=00:01:18.99 bitrate=6106.0kbits/s speed=0.413x elapsed=0:03:11.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1899 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.07 bitrate=6099.5kbits/s speed=0.412x elapsed=0:03:11.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1900 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.12 bitrate=6096.3kbits/s speed=0.411x elapsed=0:03:12.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1900 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.12 bitrate=6096.3kbits/s speed=0.41x elapsed=0:03:12.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.409x elapsed=0:03:13.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.408x elapsed=0:03:13.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.407x elapsed=0:03:14.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.406x elapsed=0:03:14.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.405x elapsed=0:03:15.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.404x elapsed=0:03:15.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.403x elapsed=0:03:16.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.402x elapsed=0:03:16.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.401x elapsed=0:03:17.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed= 0.4x elapsed=0:03:17.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.399x elapsed=0:03:18.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.398x elapsed=0:03:19.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.397x elapsed=0:03:19.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.396x elapsed=0:03:20.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.395x elapsed=0:03:20.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.394x elapsed=0:03:21.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.393x elapsed=0:03:21.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.392x elapsed=0:03:22.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.391x elapsed=0:03:22.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.39x elapsed=0:03:23.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.389x elapsed=0:03:23.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.388x elapsed=0:03:24.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.387x elapsed=0:03:24.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.386x elapsed=0:03:25.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.385x elapsed=0:03:25.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.384x elapsed=0:03:26.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.383x elapsed=0:03:26.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.382x elapsed=0:03:27.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.381x elapsed=0:03:27.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.38x elapsed=0:03:28.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.379x elapsed=0:03:28.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.378x elapsed=0:03:29.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.377x elapsed=0:03:29.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.377x elapsed=0:03:30.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.376x elapsed=0:03:30.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.375x elapsed=0:03:31.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.374x elapsed=0:03:31.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.373x elapsed=0:03:32.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.372x elapsed=0:03:32.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.371x elapsed=0:03:33.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.37x elapsed=0:03:33.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.369x elapsed=0:03:34.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.368x elapsed=0:03:35.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.368x elapsed=0:03:35.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.367x elapsed=0:03:36.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.366x elapsed=0:03:36.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.365x elapsed=0:03:37.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.364x elapsed=0:03:37.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.363x elapsed=0:03:38.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.362x elapsed=0:03:38.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.7 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.362x elapsed=0:03:39.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.7 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.361x elapsed=0:03:39.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.36x elapsed=0:03:40.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.359x elapsed=0:03:40.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.358x elapsed=0:03:41.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.357x elapsed=0:03:41.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.357x elapsed=0:03:42.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.5 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.356x elapsed=0:03:42.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.5 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.355x elapsed=0:03:43.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1904 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.28 bitrate=6083.5kbits/s speed=0.354x elapsed=0:03:43.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1905 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.32 bitrate=6080.3kbits/s speed=0.354x elapsed=0:03:44.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1905 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.32 bitrate=6080.3kbits/s speed=0.353x elapsed=0:03:44.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1906 fps=8.5 q=34.0 size= 64000KiB time=00:01:19.37 bitrate=6605.5kbits/s speed=0.352x elapsed=0:03:45.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1907 fps=8.4 q=31.0 size= 64000KiB time=00:01:19.41 bitrate=6602.1kbits/s speed=0.352x elapsed=0:03:45.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1907 fps=8.4 q=31.0 size= 64000KiB time=00:01:19.41 bitrate=6602.1kbits/s speed=0.351x elapsed=0:03:46.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1908 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.45 bitrate=6598.6kbits/s speed=0.35x elapsed=0:03:46.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1909 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.49 bitrate=6595.1kbits/s speed=0.35x elapsed=0:03:47.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1910 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.53 bitrate=6591.7kbits/s speed=0.349x elapsed=0:03:47.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1911 fps=8.4 q=30.0 size= 64000KiB time=00:01:19.57 bitrate=6588.2kbits/s speed=0.348x elapsed=0:03:48.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1912 fps=8.4 q=30.0 size= 64000KiB time=00:01:19.62 bitrate=6584.8kbits/s speed=0.348x elapsed=0:03:48.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1913 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.66 bitrate=6581.3kbits/s speed=0.347x elapsed=0:03:49.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1913 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.66 bitrate=6581.3kbits/s speed=0.346x elapsed=0:03:49.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1915 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.74 bitrate=6574.4kbits/s speed=0.346x elapsed=0:03:50.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1915 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.74 bitrate=6574.4kbits/s speed=0.345x elapsed=0:03:50.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1916 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.78 bitrate=6571.0kbits/s speed=0.345x elapsed=0:03:51.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1917 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.82 bitrate=6567.6kbits/s speed=0.344x elapsed=0:03:52.02", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1917 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.82 bitrate=6567.6kbits/s speed=0.343x elapsed=0:03:52.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1919 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.91 bitrate=6560.7kbits/s speed=0.343x elapsed=0:03:53.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1920 fps=8.2 q=30.0 size= 64000KiB time=00:01:19.95 bitrate=6557.3kbits/s speed=0.342x elapsed=0:03:53.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1920 fps=8.2 q=30.0 size= 64000KiB time=00:01:19.95 bitrate=6557.3kbits/s speed=0.342x elapsed=0:03:54.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1921 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.99 bitrate=6553.9kbits/s speed=0.341x elapsed=0:03:54.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1922 fps=8.2 q=33.0 size= 64000KiB time=00:01:20.03 bitrate=6550.5kbits/s speed=0.34x elapsed=0:03:55.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1923 fps=8.2 q=30.0 size= 64000KiB time=00:01:20.08 bitrate=6547.1kbits/s speed=0.34x elapsed=0:03:55.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.339x elapsed=0:03:56.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.339x elapsed=0:03:56.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.338x elapsed=0:03:57.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.337x elapsed=0:03:57.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.336x elapsed=0:03:58.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.336x elapsed=0:03:58.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.0 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.335x elapsed=0:03:59.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.0 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.334x elapsed=0:03:59.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] [enc:subrip @ 000001616a665f80] Error encoding a frame: Cannot allocate memory", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] Task finished with error code: -12 (Cannot allocate memory)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] Terminating thread with return code -12 (Cannot allocate memory)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[out#0/matroska @ 000001616a3ad280] video:23836KiB audio:3852KiB subtitle:41591KiB other streams:0KiB global headers:0KiB muxing overhead: 17.631980%", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1955 fps=5.8 q=33.0 Lsize= 81496KiB time=00:01:21.41 bitrate=8200.2kbits/s speed=0.241x elapsed=0:05:38.02", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[aac @ 000001616a698100] Qavg: 2849.918", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[aac @ 000001616a699740] Qavg: 1308.262", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} -{"timestamp": "2026-08-19T20:34:18Z", "level": "INFO", "message": "Preserving temp input file for retry: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} -{"timestamp": "2026-08-19T20:34:18Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Copied Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv: 2890.85 MB in 55s @ 52.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Copied Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T20:35:21Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T21:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Original Size: 3031.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Encoded Size: 412.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Reduction: 13.6% of original (86.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:14:17Z", "level": "INFO", "message": "Moved Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv → Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Type: ANIME | Show: Gachiakuta (2025)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Size: 3031.28MB → 412.27MB (13.6% of original, 86.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Copied Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv: 3053.85 MB in 55s @ 55.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Copied Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:15:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Skipping Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 233} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 239} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "File already in processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv (3148.08 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} -{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:24:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Witch Hat Atelier (2026)", "module": "main", "function": "main", "line": 544} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Witch Hat Atelier (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:40:43Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv: 1420.09 MB in 33s @ 43.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:40:43Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:40:44Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:40:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T21:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Original Size: 1489.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Encoded Size: 364.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:43:00Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Size: 1489.08MB → 364.57MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:43:03Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:43:03Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:43:53Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv: 2056.23 MB in 50s @ 40.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:43:53Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv → Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:43:54Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:43:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T21:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "Black frame analysis: 0.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "Output file black content acceptable (0.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Original Size: 2156.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Encoded Size: 309.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Reduction: 14.3% of original (85.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:47:30Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv → Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Size: 2156.12MB → 309.35MB (14.3% of original, 85.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:47:33Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:47:33Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:48:02Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv: 1417.87 MB in 29s @ 47.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:48:02Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:48:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:48:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T21:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Original Size: 1486.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Encoded Size: 393.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Reduction: 26.5% of original (73.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:50:26Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Size: 1486.75MB → 393.55MB (26.5% of original, 73.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:51:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv: 1415.22 MB in 35s @ 39.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:51:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:51:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:51:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T21:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Original Size: 1483.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Encoded Size: 415.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Reduction: 28.0% of original (72.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:53:29Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Size: 1483.96MB → 415.65MB (28.0% of original, 72.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv: 1419.81 MB in 28s @ 49.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:54:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Original Size: 1488.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Encoded Size: 405.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Reduction: 27.2% of original (72.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:56:21Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Size: 1488.78MB → 405.11MB (27.2% of original, 72.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:56:58Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv: 1422.53 MB in 34s @ 41.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:56:58Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:56:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T21:57:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Original Size: 1491.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Encoded Size: 353.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Reduction: 23.7% of original (76.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T21:59:21Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Size: 1491.63MB → 353.7MB (23.7% of original, 76.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T21:59:55Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv: 1424.41 MB in 30s @ 46.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T21:59:55Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T21:59:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:00:01Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Original Size: 1493.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Encoded Size: 380.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Reduction: 25.5% of original (74.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:02:08Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Size: 1493.61MB → 380.4MB (25.5% of original, 74.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv: 1426.14 MB in 36s @ 38.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:02:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Original Size: 1495.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Encoded Size: 340.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:04:59Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Size: 1495.42MB → 340.61MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:05:02Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:05:02Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:05:33Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv: 1419.27 MB in 31s @ 45.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:05:33Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:05:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:05:38Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Original Size: 1488.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Encoded Size: 410.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Reduction: 27.6% of original (72.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:07:46Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Size: 1488.22MB → 410.85MB (27.6% of original, 72.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv: 1420.88 MB in 30s @ 47.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:08:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Original Size: 1489.90 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Encoded Size: 237.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Reduction: 15.9% of original (84.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:10:24Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Size: 1489.9MB → 237.37MB (15.9% of original, 84.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv: 1423.07 MB in 36s @ 39.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:11:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Original Size: 1492.19 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Encoded Size: 367.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Reduction: 24.6% of original (75.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:13:16Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Size: 1492.19MB → 367.68MB (24.6% of original, 75.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:14:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv: 2513.81 MB in 1m 0s @ 41.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:14:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv → Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:14:20Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:14:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-19T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "Black frame analysis: 4.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "Output file black content acceptable (4.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Original Size: 2635.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Encoded Size: 274.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Reduction: 10.4% of original (89.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:17:38Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv → Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Size: 2635.92MB → 274.66MB (10.4% of original, 89.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:17:42Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:17:42Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T22:18:16Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv: 1412.01 MB in 34s @ 40.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-19T22:18:16Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} -{"timestamp": "2026-08-19T22:18:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-19T22:18:22Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "Black frame analysis: 7.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "Output file black content acceptable (7.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Original Size: 1480.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Encoded Size: 386.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Reduction: 26.1% of original (73.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-19T22:20:33Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Size: 1480.6MB → 386.11MB (26.1% of original, 73.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 647} -{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 799} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:02:30Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:02:30Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:10:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:10:27Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:15:06Z", "level": "INFO", "message": "Using path as-is: processing\\Pokémon Detective Pikachu_t01.mkv", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01.mkv -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1\\Pokémon Detective Pikachu_t01.en.srt -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,format=yuv420p -map 0:v:0 -map 0:1 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 460} -{"timestamp": "2026-08-20T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} -{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} -{"timestamp": "2026-08-20T00:26:10Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} -{"timestamp": "2026-08-20T00:26:10Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-20T00:26:11Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01.mkv -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1\\Pokémon Detective Pikachu_t01.en.srt -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 457} -{"timestamp": "2026-08-20T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-20T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:30:50Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:33:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 415} +{"timestamp": "2026-08-20T00:36:17Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 457} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:37:09Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:39:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:43:49Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:46:51Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:48:35Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T00:51:26Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} +{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:55:04Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:55:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 510} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T00:58:05Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T00:59:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 510} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 512} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T01:02:07Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T01:02:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 515} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 517} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T01:05:48Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T01:08:21Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T01:11:21Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T01:11:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T01:14:42Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T01:16:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 258} +{"timestamp": "2026-08-20T01:18:54Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 422} +{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T01:56:27Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T01:58:45Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv: 30128.24 MB in 2m 18s @ 217.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T01:58:45Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv → Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-20T01:58:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:00:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:03:00Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} +{"timestamp": "2026-08-20T02:03:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:04:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} +{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} +{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Applying colorspace: primaries=bt709, transfer=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 267} +{"timestamp": "2026-08-20T02:06:31Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 430} +{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:08:36Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:08:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} +{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} +{"timestamp": "2026-08-20T02:10:40Z", "level": "INFO", "message": "Applying colorspace: space=bt470bg, transfer=bt709, primaries=bt709, range=pc", "module": "encode_engine", "function": "run_ffmpeg", "line": 271} +{"timestamp": "2026-08-20T02:10:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 434} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:13:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} +{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} +{"timestamp": "2026-08-20T02:15:08Z", "level": "INFO", "message": "Applying scale with colorspace conversion: matrix=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 272} +{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 435} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 520} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[matroska,webm @ 0000026ea8405f00] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " encoder : libmakemkv v1.18.4 (1.3.10/1.5.2) win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " creation_time : 2026-08-19T19:29:17.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31402 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " filename : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "[fc#-1 @ 0000026ea8de1340] Error applying option 'color_matrix' to filter 'scale': Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Error opening output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "ERROR", "message": "Error opening output files: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T02:15:09Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:16:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 66} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 122} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: d=bt470bg, m=bt470bg, r=pc", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 437} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 522} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[matroska,webm @ 000002817e8a6640] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " encoder : libmakemkv v1.18.4 (1.3.10/1.5.2) win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " creation_time : 2026-08-19T19:29:17.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31402 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " filename : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[Parsed_zscale_1 @ 000002817e93d240] [Eval @ 000000e641ffcdc0] Undefined constant or missing '(' in 'bt470bg'", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[Parsed_zscale_1 @ 000002817e93d240] Unable to parse \"d\" option value \"bt470bg\"", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "[fc#-1 @ 000002817ee66040] Error applying option 'd' to filter 'zscale': Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Error opening output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "ERROR", "message": "Error opening output files: Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 524} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Preserving temp input file for retry: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T02:18:49Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:18:49Z", "level": "WARNING", "message": "Incomplete copy detected for Pokémon Detective Pikachu_t01.mkv. Re-copying.", "module": "process_manager", "function": "process_folder", "line": 260} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Using path as-is: processing", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "File already in processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv (445.74 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "No colorspace detected in Behind the Scenes Presentation Hosted by Jon Landau.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} +{"timestamp": "2026-08-20T02:21:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Behind the Scenes Presentation Hosted by Jon Landau.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " creation_time : 2024-03-16T20:35:39.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Duration: 00:18:08.34, start: 0.000000, bitrate: 3276 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 3148429", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:18:08.287000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 32616", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 428299354", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 65676", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:18:08.299000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 25507", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 8934435", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 23643", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 401", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3190597", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 22087", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 396", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2980576", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 22993", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 409", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3102873", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " BPS : 24973", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " DURATION : 00:17:59.576000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 408", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 3370054", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 20:35:39", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001f77928bb80] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f7792ca5c0] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] [enc:hevc_nvenc @ 000001f7792fe600] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f7796fad80] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "[out#0/matroska @ 000001f7793011c0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.10", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Preserving temp input file for retry: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Processing: Capturing Avatar.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "File already in processing: Capturing Avatar.mkv (2341.77 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "No colorspace detected in Capturing Avatar.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} +{"timestamp": "2026-08-20T02:21:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Capturing Avatar.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:30:29.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Duration: 01:38:25.41, start: 0.000000, bitrate: 3172 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 1628.026400", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:1: start 1628.026400, end 3265.862600", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:2: start 3265.862600, end 4713.909200", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Chapter #0:3: start 4713.909200, end 5905.332767", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 3049912", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:25.332000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 176983", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2251343042", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 65859", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:25.366000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 138407", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 48615408", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 22853", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.317000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1966", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 16847024", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 19151", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1967", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 14119135", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 20561", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1974", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 15158663", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " BPS : 21850", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " DURATION : 01:38:17.957000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 1961", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 16108862", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2024-03-16 22:30:29", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001dfc8148f00] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vf#0:0 @ 000001dfc7bd4340] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] [enc:hevc_nvenc @ 000001dfc7c0f540] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001dfc803ad40] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "[out#0/matroska @ 000001dfc7c3fa00] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Preserving temp input file for retry: Capturing Avatar.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "File already in processing: Colonel Miles Quaritch RDA Promos.mkv (73.40 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "No colorspace detected in Colonel Miles Quaritch RDA Promos.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} +{"timestamp": "2026-08-20T02:21:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} +{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Applying zscale with colorspace conversion: matrix=0, range=0", "module": "encode_engine", "function": "run_ffmpeg", "line": 285} +{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 448} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 533} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[Parsed_zscale_0 @ 000001f402866940] code 1026: YUV color family cannot have RGB matrix coefficients", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": " Last message repeated 31 times", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Error while filtering: Generic error in an external library", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Task finished with error code: -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000001f40231adc0] Terminating thread with return code -542398533 (Generic error in an external library)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] [enc:hevc_nvenc @ 000001f402383700] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001f40231a6c0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "[out#0/matroska @ 000001f402396ac0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T02:21:20Z", "level": "ERROR", "message": "3 consecutive failures. Stopping process.", "module": "process_manager", "function": "process_folder", "line": 539} +{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Preserving temp input file for retry: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-20T02:21:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 674} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Using path as-is: processing", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "File already in processing: Behind the Scenes Presentation Hosted by Jon Landau.mkv (445.74 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "No colorspace detected in Behind the Scenes Presentation Hosted by Jon Landau.mkv - assuming SDR BT.709", "module": "video_handler", "function": "get_colorspace_info", "line": 314} +{"timestamp": "2026-08-20T02:22:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 334} +{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 114} +{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Applying scale filter: 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 251} +{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-20T02:22:54Z", "level": "INFO", "message": "Tagged output with colorspace metadata: primaries=bt709, transfer=bt709, space=bt709", "module": "encode_engine", "function": "run_ffmpeg", "line": 475} +{"timestamp": "2026-08-20T02:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:37:38Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T02:37:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T02:38:02Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:39:53Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:40:11Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:40:15Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:40:32Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T02:41:06Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T02:42:34Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T02:42:36Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T02:45:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T02:45:27Z", "level": "ERROR", "message": "Unexpected error processing output.mkv: calculate_crop_dimensions() takes 2 positional arguments but 3 were given", "module": "process_manager", "function": "process_folder", "line": 521} +{"timestamp": "2026-08-20T02:45:32Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} +{"timestamp": "2026-08-20T02:46:35Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:47:29Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:47:39Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T02:47:48Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T02:48:39Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T02:48:40Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 252} +{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 416} +{"timestamp": "2026-08-20T02:51:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 469} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 516} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 0000023afc1c3280] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " ENCODER : Lavf63.1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31459 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.206000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.207000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:07:55.939000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 01:12:12.933000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 02:07:55.606000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 30k fps, 1k tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " FILENAME : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " MIMETYPE : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (h264 (native) -> av1 (av1_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:3 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:4 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": " Stream #0:5 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[av1_nvenc @ 0000023afc238c00] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[av1_nvenc @ 0000023afc238c00] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] [enc:av1_nvenc @ 0000023afe95ba00] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vf#0:0 @ 0000023afc238fc0] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] [enc:av1_nvenc @ 0000023afe95ba00] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000023afe34f5c0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "[out#0/matroska @ 0000023afe83a480] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:05.29 bitrate= 0.0kbits/s speed=32.7x elapsed=0:00:00.16", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:15Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 518} +{"timestamp": "2026-08-20T02:51:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} +{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T02:53:52Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T02:54:33Z", "level": "INFO", "message": "Copied output.mkv → output.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T02:54:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} +{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} +{"timestamp": "2026-08-20T02:58:11Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 481} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 528} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 00000209408081c0] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " ENCODER : Lavf63.1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31459 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.206000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.207000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:07:55.939000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 01:12:12.933000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 02:07:55.606000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 30k fps, 1k tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " FILENAME : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " MIMETYPE : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (h264 (native) -> av1 (av1_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:3 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:4 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": " Stream #0:5 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[av1_nvenc @ 0000020942aff640] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[av1_nvenc @ 0000020942aff640] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] [enc:av1_nvenc @ 0000020943109e00] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vf#0:0 @ 000002094087f140] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] [enc:av1_nvenc @ 0000020943109e00] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[vost#0:0/av1_nvenc @ 0000020942aff400] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "[out#0/matroska @ 0000020942ff6180] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:00.04 bitrate= 0.0kbits/s speed=0.928x elapsed=0:00:00.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:11Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:16Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 629} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "File already in processing: Colonel Miles Quaritch RDA Promos.mkv (73.40 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T02:58:56Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy -color_space bt709 C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 481} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 528} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "Unrecognized option 'color_space'.", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "ERROR", "message": "Error splitting the argument list: Option not found", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T02:58:57Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:02:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "SDR content: BT.709 color space will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 264} +{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 428} +{"timestamp": "2026-08-20T03:02:24Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1,setparams=color_primaries=bt709:color_trc=bt709 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 474} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[hevc_nvenc @ 000001d56e32fc40] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[hevc_nvenc @ 000001d56e32fc40] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] [enc:hevc_nvenc @ 000001d56e35df40] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vf#0:0 @ 000001d56ffab380] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] [enc:hevc_nvenc @ 000001d56e35df40] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000001d56e32cc40] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "[out#0/matroska @ 000001d56e3157c0] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:04.74 bitrate= 0.0kbits/s speed=31.4x elapsed=0:00:00.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 523} +{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:02:25Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:04:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 262} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 426} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 472} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 519} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " title : Avatar Bonus", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " encoder : libebml v1.4.2 + libmatroska v1.6.4", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " creation_time : 2024-03-16T22:38:58.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Duration: 00:07:16.39, start: 0.000000, bitrate: 1345 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, start 0.040000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:2(eng): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:3(fre): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:4(spa): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:5(ger): Subtitle: dvd_subtitle (dvdsub), 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (copy)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[hevc_nvenc @ 000002400eaa7540] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[hevc_nvenc @ 000002400eaa7540] The minimum required Nvidia driver for nvenc is 610.00 or newer", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] [enc:hevc_nvenc @ 000002400cd4c700] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Error sending frames to consumers: Function not implemented", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Task finished with error code: -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vf#0:0 @ 000002400eaa78c0] Terminating thread with return code -40 (Function not implemented)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] [enc:hevc_nvenc @ 000002400cd4c700] Could not open encoder before EOF", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] Task finished with error code: -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[vost#0:0/hevc_nvenc @ 000002400cd37dc0] Terminating thread with return code -22 (Invalid argument)", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "[out#0/matroska @ 000002400cd05680] Nothing was written into output file, because at least one of its streams received no packets.", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=00:00:04.74 bitrate= 0.0kbits/s speed=40.7x elapsed=0:00:00.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 521} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:04:20Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Processing: Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Copied Colonel Miles Quaritch RDA Promos.mkv → Colonel Miles Quaritch RDA Promos.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:06:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} +{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 137} +{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 484} +{"timestamp": "2026-08-20T03:06:27Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 copy -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Colonel Miles Quaritch RDA Promos - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:07:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 303} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:09:57Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 350} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 484} +{"timestamp": "2026-08-20T03:09:57Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 530} +{"timestamp": "2026-08-20T03:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:14:04Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:14:05Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1428x804", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T03:14:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T03:16:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 89} +{"timestamp": "2026-08-20T03:16:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:16:41Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} +{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 489} +{"timestamp": "2026-08-20T03:16:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 aac -b:a:0 160000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T03:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:20:07Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:20:42Z", "level": "INFO", "message": "Copied Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:20:42Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:20:45Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original to avoid artifical inflation", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 353} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} +{"timestamp": "2026-08-20T03:20:45Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original to avoid artifical inflation", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 353} +{"timestamp": "2026-08-20T03:20:46Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf scale=1920:1080:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T03:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1428x804", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T03:21:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T03:21:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:21:54Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} +{"timestamp": "2026-08-20T03:21:54Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:804:0:138,scale=1428:804:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 aac -b:a:0 160000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:26:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:26:13Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 355} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 310} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 355} +{"timestamp": "2026-08-20T03:26:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 355} +{"timestamp": "2026-08-20T03:26:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1478:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 535} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:29:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:29:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 145} +{"timestamp": "2026-08-20T03:29:30Z", "level": "WARNING", "message": "NVIDIA encoder av1_nvenc not available, falling back to CPU encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Fallback encoder selected: libx264", "module": "encode_engine", "function": "run_ffmpeg", "line": 169} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 307} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Using CPU encoder CRF 25 (converted from CQ 32)", "module": "encode_engine", "function": "run_ffmpeg", "line": 352} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:29:30Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v libx264 -preset medium -pix_fmt yuv420p -crf 25 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 532} +{"timestamp": "2026-08-20T03:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:31:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 150} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 154} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 177} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 315} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:31:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-20T03:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x832 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:33:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:33:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:832:0:124,scale=1920:832:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Death and Other Details\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "File already in processing: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv (1985.47 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:34:15Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:34:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Original Size: 1985.47 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Encoded Size: 569.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Reduction: 28.7% of original (71.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:38:25Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:38:36Z", "level": "INFO", "message": "Moved Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Size: 1985.47MB → 569.03MB (28.7% of original, 71.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E01 - Rare h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:38:38Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Copied Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:39:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:39:07Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:39:08Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Original Size: 1634.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Encoded Size: 389.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Reduction: 23.8% of original (76.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:42:04Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:42:12Z", "level": "INFO", "message": "Moved Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Size: 1634.07MB → 389.11MB (23.8% of original, 76.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E02 - Sordid h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:42:13Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Copied Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:42:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "Multi-channel audio 255kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:42:48Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Original Size: 1784.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Encoded Size: 467.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Reduction: 26.2% of original (73.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:46:16Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:46:24Z", "level": "INFO", "message": "Moved Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Size: 1784.67MB → 467.68MB (26.2% of original, 73.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E03 - Troublesome h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:46:26Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:46:57Z", "level": "INFO", "message": "Copied Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:46:58Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:46:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:47:00Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:47:01Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Original Size: 1927.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Encoded Size: 447.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Reduction: 23.2% of original (76.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:50:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:50:35Z", "level": "INFO", "message": "Moved Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Size: 1927.33MB → 447.46MB (23.2% of original, 76.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:50:36Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:50:37Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E04 - Hidden h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:50:37Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Copied Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:51:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:51:13Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Original Size: 1933.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Encoded Size: 501.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Reduction: 25.9% of original (74.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:54:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:55:06Z", "level": "INFO", "message": "Moved Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Size: 1933.82MB → 501.79MB (25.9% of original, 74.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E05 - Exquisite h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:55:07Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Copied Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:55:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "Multi-channel audio 257kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:55:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "Black frame analysis: 3.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "Output file black content acceptable (3.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Original Size: 1769.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Encoded Size: 451.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Reduction: 25.5% of original (74.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T03:59:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T03:59:12Z", "level": "INFO", "message": "Moved Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Size: 1769.48MB → 451.31MB (25.5% of original, 74.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E06 - Tragic h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T03:59:14Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Copied Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T03:59:39Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T03:59:42Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T03:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "Black frame analysis: 5.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "Output file black content acceptable (5.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Original Size: 1658.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Encoded Size: 444.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Reduction: 26.8% of original (73.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T04:03:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T04:03:20Z", "level": "INFO", "message": "Moved Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Size: 1658.13MB → 444.17MB (26.8% of original, 73.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E07 - Memorable h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T04:03:22Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Copied Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T04:03:52Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:03:55Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "Black frame analysis: 7.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "Output file black content acceptable (7.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Original Size: 1858.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Encoded Size: 348.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T04:07:03Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T04:07:10Z", "level": "INFO", "message": "Moved Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Size: 1858.63MB → 348.39MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E08 - Vanishing h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T04:07:11Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Copied Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T04:07:36Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:07:39Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "Black frame analysis: 4.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "Output file black content acceptable (4.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Original Size: 1550.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Encoded Size: 347.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Reduction: 22.4% of original (77.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T04:10:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T04:10:55Z", "level": "INFO", "message": "Moved Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Size: 1550.85MB → 347.61MB (22.4% of original, 77.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T04:10:56Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T04:10:57Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E09 - Impossible h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T04:10:57Z", "level": "INFO", "message": "Processing: Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Copied Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv → Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "process_folder", "line": 253} +{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x830 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 302} +{"timestamp": "2026-08-20T04:11:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 311} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "Multi-channel audio 256kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 358} +{"timestamp": "2026-08-20T04:11:27Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv -vf crop=in_w:830:0:125,scale=1920:830:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T04:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "Black frame analysis: 3.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "Output file black content acceptable (3.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Original Size: 1742.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Encoded Size: 426.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x830", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T04:14:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T04:14:53Z", "level": "INFO", "message": "Moved Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv → Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 694} +{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 733} +{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Type: TV | Show: Death and Other Details", "module": "process_manager", "function": "_save_successful_encoding", "line": 734} +{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Size: 1742.33MB → 426.74MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 735} +{"timestamp": "2026-08-20T04:14:54Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T04:14:55Z", "level": "INFO", "message": "Deleted original and processing copy for Death and Other Details - S01E10 - Chilling h264 EAC3 WEBDL-1080p FLUX.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 749} +{"timestamp": "2026-08-20T04:14:55Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 637} +{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chivalry of a Failed Knight (2015)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 178} +{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 185} +{"timestamp": "2026-08-20T13:10:41Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:11:42Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:11:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:11:53Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "Black frame analysis: 0.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "Output file black content acceptable (0.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Original Size: 3464.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Encoded Size: 369.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:14:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:14:40Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Size: 3464.74MB → 369.6MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E01 - The Worst One I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:14:46Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:15:43Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:15:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:15:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Original Size: 3306.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Encoded Size: 366.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Reduction: 11.1% of original (88.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:18:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:18:44Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Size: 3306.89MB → 366.29MB (11.1% of original, 88.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:18:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:18:48Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E02 - The Worst One II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:18:48Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:19:44Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:19:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:19:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:19:51Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Original Size: 3215.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Encoded Size: 345.05 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:22:40Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:22:46Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Size: 3215.14MB → 345.05MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E03 - The Worst One III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:22:49Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:24:03Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:24:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:24:12Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Original Size: 3593.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Encoded Size: 392.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Reduction: 10.9% of original (89.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:27:01Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:27:08Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Size: 3593.72MB → 392.94MB (10.9% of original, 89.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E04 - The Worst One IV h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:27:13Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:28:07Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:28:07Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:28:16Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Original Size: 3388.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Encoded Size: 338.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Reduction: 10.0% of original (90.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:30:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:31:04Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Size: 3388.06MB → 338.46MB (10.0% of original, 90.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:31:08Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:31:09Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E05 - The Experience of the Princess h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:31:09Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:32:07Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:32:08Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:32:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:32:14Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:32:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Original Size: 3175.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Encoded Size: 338.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:34:55Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:35:01Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Size: 3175.01MB → 338.58MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:35:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:35:05Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E06 - Sword Eater I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:35:05Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:35:58Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:35:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:36:04Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "Black frame analysis: 2.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "Output file black content acceptable (2.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Original Size: 3149.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Encoded Size: 334.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Reduction: 10.6% of original (89.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:38:40Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:38:46Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Size: 3149.82MB → 334.42MB (10.6% of original, 89.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E07 - Sword Eater II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:38:49Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:39:53Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:39:53Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:40:02Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "Black frame analysis: 9.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "Output file black content acceptable (9.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Original Size: 3446.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Encoded Size: 356.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Reduction: 10.3% of original (89.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:42:34Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:42:40Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Size: 3446.37MB → 356.64MB (10.3% of original, 89.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:42:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:42:45Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E08 - Sword Eater III h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:42:45Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:43:44Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:43:44Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:43:50Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Original Size: 3180.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Encoded Size: 334.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Reduction: 10.5% of original (89.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:46:42Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:46:49Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Size: 3180.78MB → 334.64MB (10.5% of original, 89.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E09 - Princess' Vacation h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:46:52Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:47:59Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:47:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:48:08Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:48:09Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:48:09Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "Black frame analysis: 3.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "Output file black content acceptable (3.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Original Size: 3602.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Encoded Size: 405.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Reduction: 11.3% of original (88.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:50:59Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:51:07Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Size: 3602.12MB → 405.58MB (11.3% of original, 88.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:51:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:51:12Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E10 - Witch of the Deep Ocean vs Raikiri h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:51:12Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:52:12Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:52:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:52:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Original Size: 3490.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Encoded Size: 435.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Reduction: 12.5% of original (87.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:55:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:55:21Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Size: 3490.64MB → 435.55MB (12.5% of original, 87.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E11 - Another One - The Uncrowned Sword King I h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:55:24Z", "level": "INFO", "message": "Processing: Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 230} +{"timestamp": "2026-08-20T13:56:34Z", "level": "INFO", "message": "Copied Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv → Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "process_folder", "line": 257} +{"timestamp": "2026-08-20T13:56:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 315} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T13:56:43Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 aac -b:a:1 192000 -ac:1 2 -channel_layout:a:1 stereo -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T13:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "Black frame analysis: 2.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "Output file black content acceptable (2.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Original Size: 3464.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Encoded Size: 357.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Reduction: 10.3% of original (89.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T13:59:17Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T13:59:26Z", "level": "INFO", "message": "Moved Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv → Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 698} +{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Type: ANIME | Show: Chivalry of a Failed Knight (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Size: 3464.98MB → 357.96MB (10.3% of original, 89.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T13:59:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 740} +{"timestamp": "2026-08-20T13:59:31Z", "level": "INFO", "message": "Deleted original and processing copy for Chivalry of a Failed Knight - S01E12 - Another One - The Uncrowned Sword King II h264 FLAC Bluray-1080p Remux CRUCiBLE.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 753} +{"timestamp": "2026-08-20T13:59:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 641} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T14:33:30Z", "level": "INFO", "message": "Processing: The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Copied The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1947.94 MB in 40s @ 47.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Copied The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T14:34:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T14:34:14Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T14:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "Black frame analysis: 16.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "Output file black content acceptable (16.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Original Size: 2042.56 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Encoded Size: 914.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Reduction: 44.8% of original (55.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T14:41:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T14:41:43Z", "level": "INFO", "message": "Moved The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Size: 2042.56MB → 914.35MB (44.8% of original, 55.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T14:41:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T14:41:46Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T14:41:46Z", "level": "INFO", "message": "Processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Copied The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1701.90 MB in 31s @ 53.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Copied The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T14:42:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T14:42:21Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T14:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T14:45:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T14:48:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T14:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T14:55:48Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 4258kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 4258kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} +{"timestamp": "2026-08-20T14:58:25Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 371} +{"timestamp": "2026-08-20T14:58:26Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T14:58:26Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T14:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T14:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T15:01:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "[BATCH 1] Processing: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Video Conversion\\Input\\test", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "[BATCH 1] Crop height set to: 804p", "module": "main", "function": "main", "line": 574} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "Processing: output.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:03:21Z", "level": "INFO", "message": "File already in processing: output.mkv (31649.13 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T15:03:22Z", "level": "INFO", "message": "Adjusted target resolution for crop: 1920x804 (width preserved)", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T15:03:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Pre-selected audio streams: [2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-20T15:05:41Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output.mkv -vf crop=in_w:804:0:138,scale=1920:804:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\output - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (8048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Black frame analysis: 2.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Output file black content acceptable (2.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Original Size: 31649.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Encoded Size: 2532.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Reduction: 8.0% of original (92.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:15:49Z", "level": "INFO", "message": "Moved output - [EHX].mkv → output - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: output - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Size: 31649.13MB → 2532.85MB (8.0% of original, 92.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:17:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Deleted original and processing copy for output.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 647} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Skipping The Morning Show - S01E01 - In the Dark Night of the Soul It's Always 3-30 in the Morning x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "File already in processing: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv (1784.57 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T15:17:04Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 765kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 765kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:17:10Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Original Size: 1784.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Encoded Size: 831.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Reduction: 46.6% of original (53.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:23:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:23:46Z", "level": "INFO", "message": "Moved The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Size: 1784.57MB → 831.4MB (46.6% of original, 53.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E02 - A Seat at the Table x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:23:47Z", "level": "INFO", "message": "Processing: The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:24:14Z", "level": "INFO", "message": "Copied The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1640.88 MB in 26s @ 60.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T15:24:15Z", "level": "INFO", "message": "Copied The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T15:24:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:24:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "Black frame analysis: 8.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "Output file black content acceptable (8.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Original Size: 1720.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Encoded Size: 759.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Reduction: 44.1% of original (55.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:30:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:30:40Z", "level": "INFO", "message": "Moved The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Size: 1720.58MB → 759.03MB (44.1% of original, 55.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:30:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:30:42Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E03 - Chaos Is the New Cocaine x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:30:42Z", "level": "INFO", "message": "Processing: The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Copied The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1532.34 MB in 25s @ 61.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Copied The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T15:31:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:31:10Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "Black frame analysis: 4.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "Output file black content acceptable (4.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Original Size: 1606.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Encoded Size: 689.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Reduction: 42.9% of original (57.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:36:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:37:09Z", "level": "INFO", "message": "Moved The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Size: 1606.77MB → 689.17MB (42.9% of original, 57.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E04 - That Woman x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:37:11Z", "level": "INFO", "message": "Processing: The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Copied The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1973.94 MB in 34s @ 57.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Copied The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T15:37:46Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:37:50Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "Black frame analysis: 4.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "Output file black content acceptable (4.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Original Size: 2069.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Encoded Size: 864.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Reduction: 41.8% of original (58.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:45:13Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:45:26Z", "level": "INFO", "message": "Moved The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Size: 2069.83MB → 864.23MB (41.8% of original, 58.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:45:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:45:29Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E05 - No One's Gonna Harm You, Not While I'm Around x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:45:29Z", "level": "INFO", "message": "Processing: The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:45:57Z", "level": "INFO", "message": "Copied The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1717.31 MB in 28s @ 59.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T15:45:57Z", "level": "INFO", "message": "Copied The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T15:45:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:46:01Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "Black frame analysis: 5.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "Output file black content acceptable (5.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Original Size: 1800.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Encoded Size: 795.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Reduction: 44.2% of original (55.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:52:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T15:52:39Z", "level": "INFO", "message": "Moved The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Size: 1800.73MB → 795.15MB (44.2% of original, 55.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E06 - The Pendulum Swings x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T15:52:41Z", "level": "INFO", "message": "Processing: The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T15:53:09Z", "level": "INFO", "message": "Copied The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1739.23 MB in 28s @ 61.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T15:53:09Z", "level": "INFO", "message": "Copied The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T15:53:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "Multi-channel 6ch audio 767kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T15:53:13Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "Black frame analysis: 4.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "Output file black content acceptable (4.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Original Size: 1823.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Encoded Size: 729.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Reduction: 40.0% of original (60.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T15:59:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T16:00:00Z", "level": "INFO", "message": "Moved The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Size: 1823.72MB → 729.46MB (40.0% of original, 60.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T16:00:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T16:00:02Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E07 - Open Waters x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T16:00:02Z", "level": "INFO", "message": "Processing: The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Copied The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1878.70 MB in 33s @ 56.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Copied The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T16:00:35Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:00:39Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "Black frame analysis: 10.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "Output file black content acceptable (10.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Original Size: 1969.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Encoded Size: 1051.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Reduction: 53.4% of original (46.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T16:07:39Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T16:07:56Z", "level": "INFO", "message": "Moved The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Size: 1969.96MB → 1051.15MB (53.4% of original, 46.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E08 - Lonely at the Top x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T16:07:58Z", "level": "INFO", "message": "Processing: The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T16:08:30Z", "level": "INFO", "message": "Copied The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1860.41 MB in 32s @ 57.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T16:08:30Z", "level": "INFO", "message": "Copied The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T16:08:31Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:08:34Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T16:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "Black frame analysis: 4.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "Output file black content acceptable (4.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Original Size: 1950.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Encoded Size: 708.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Reduction: 36.3% of original (63.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T16:15:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T16:15:44Z", "level": "INFO", "message": "Moved The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Size: 1950.78MB → 708.66MB (36.3% of original, 63.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E09 - Play the Queen x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T16:15:46Z", "level": "INFO", "message": "Processing: The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Copied The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 2033.23 MB in 38s @ 53.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Copied The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T16:16:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "Multi-channel 6ch audio 768kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:16:28Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T16:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Original Size: 2131.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Encoded Size: 919.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Reduction: 43.1% of original (56.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Resolution: 1920x960 -> 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T16:24:08Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T16:24:22Z", "level": "INFO", "message": "Moved The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv → The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Type: TV | Show: The Morning Show", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Size: 2131.99MB → 919.32MB (43.1% of original, 56.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Deleted original and processing copy for The Morning Show - S01E10 - The Interview x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 647} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\tv\\The Morning Show\\Season 2", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\The Morning Show\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T16:24:24Z", "level": "INFO", "message": "Processing: The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Copied The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1818.03 MB in 31s @ 57.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Copied The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T16:24:56Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T16:24:59Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:25:00Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T16:25:00Z", "level": "ERROR", "message": "Unexpected error processing The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 'charmap' codec can't decode byte 0x81 in position 79: character maps to ", "module": "process_manager", "function": "process_folder", "line": 532} +{"timestamp": "2026-08-20T16:25:00Z", "level": "WARNING", "message": "Could not delete temp input The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv'", "module": "process_manager", "function": "_cleanup_temp_files", "line": 59} +{"timestamp": "2026-08-20T16:25:00Z", "level": "INFO", "message": "Processing: The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Copied The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 1784.41 MB in 30s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Copied The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv → The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T16:25:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Checking availability of hevc_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "✓ HEVC NVENC (hevc_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Multi-channel 6ch audio 766kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv -vf scale=1920:960:flags=bicubic,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:s? -c:v hevc_nvenc -preset p7 -pix_fmt p010le -cq 28 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s subrip C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T16:25:34Z", "level": "ERROR", "message": "Unexpected error processing The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: 'charmap' codec can't decode byte 0x81 in position 13: character maps to ", "module": "process_manager", "function": "process_folder", "line": 532} +{"timestamp": "2026-08-20T16:25:34Z", "level": "WARNING", "message": "Could not delete temp input The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv'", "module": "process_manager", "function": "_cleanup_temp_files", "line": 59} +{"timestamp": "2026-08-20T16:25:34Z", "level": "INFO", "message": "Processing: The Morning Show - S02E03 - Laura x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T17:55:27Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 1.mkv: 6460.12 MB in 2m 0s @ 53.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 1.mkv → Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T17:57:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T17:58:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T17:58:05Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2595kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 437kbps: forcing EAC3 at low 384k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 364} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2595kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 437kbps: forcing EAC3 at low 384k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 364} +{"timestamp": "2026-08-20T17:58:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 1.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:3 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:a:2 eac3 -b:a:2 384000 -ac:2 6 -channel_layout:a:2 5.1 -metadata:s:a:2 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T17:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T17:59:02Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "File already in processing: Chaos Dragon - Sekiryuu Seneki 1.mkv (6773.93 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T17:59:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2675kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2675kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T17:59:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 1.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Original Size: 6773.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Encoded Size: 360.90 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Reduction: 5.3% of original (94.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:02:22Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:02:28Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Size: 6773.93MB → 360.9MB (5.3% of original, 94.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:02:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 1.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 1.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:02:48Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 10.mkv: 7240.57 MB in 2m 34s @ 47.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 10.mkv → Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:05:22Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 10.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:05:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Multi-channel 6ch audio 2456kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "Multi-channel 6ch audio 2456kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:06:00Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 10.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 10.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Original Size: 7592.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Encoded Size: 364.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Reduction: 4.8% of original (95.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:08:45Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:08:50Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Size: 7592.28MB → 364.65MB (4.8% of original, 95.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:09:09Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 10.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 10.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:09:11Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 11.mkv: 7241.47 MB in 2m 16s @ 53.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 11.mkv → Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:11:27Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 11.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:11:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Multi-channel 6ch audio 1707kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "Multi-channel 6ch audio 1707kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:12:05Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 11.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 11.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Original Size: 7593.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Encoded Size: 374.88 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Reduction: 4.9% of original (95.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:14:54Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:15:02Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Size: 7593.23MB → 374.88MB (4.9% of original, 95.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:15:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 11.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 11.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:15:22Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 12.mkv: 7199.03 MB in 2m 5s @ 57.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 12.mkv → Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 12.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:17:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2723kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2723kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:18:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 12.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 12.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Original Size: 7548.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Encoded Size: 385.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Reduction: 5.1% of original (94.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:20:58Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:21:04Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Size: 7548.73MB → 385.42MB (5.1% of original, 94.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:21:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 12.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 12.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} +{"timestamp": "2026-08-20T18:21:25Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 3.mkv: 7223.88 MB in 2m 3s @ 58.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 3.mkv → Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 3.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:23:28Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2053kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "Multi-channel 6ch audio 2053kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:24:06Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 3.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 3.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Original Size: 7574.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Encoded Size: 330.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:26:48Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:26:53Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Size: 7574.79MB → 330.86MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:27:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 3.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 3.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:27:14Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 4.mkv: 7213.54 MB in 2m 1s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 4.mkv → Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 4.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:29:15Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Multi-channel 6ch audio 1845kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "Multi-channel 6ch audio 1845kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:29:54Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 4.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 4.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Original Size: 7563.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Encoded Size: 337.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Reduction: 4.5% of original (95.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:32:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:32:45Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Size: 7563.95MB → 337.94MB (4.5% of original, 95.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:33:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 4.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 4.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:33:05Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 5.mkv: 7240.57 MB in 2m 4s @ 58.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 5.mkv → Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 5.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:35:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Multi-channel 6ch audio 2683kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "Multi-channel 6ch audio 2683kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:35:49Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 5.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 5.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Original Size: 7592.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Encoded Size: 330.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:38:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:38:44Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Size: 7592.28MB → 330.86MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:39:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 5.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 5.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:39:03Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 6.mkv: 7252.01 MB in 2m 3s @ 58.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 6.mkv → Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 6.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:41:07Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Multi-channel 6ch audio 2479kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "Multi-channel 6ch audio 2479kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:41:45Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 6.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 6.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Original Size: 7604.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Encoded Size: 331.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Reduction: 4.4% of original (95.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:44:30Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:44:35Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Size: 7604.28MB → 331.41MB (4.4% of original, 95.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:44:54Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 6.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 6.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:44:56Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 7.mkv: 7254.70 MB in 2m 5s @ 57.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 7.mkv → Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:47:01Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 7.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:47:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 1458kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:47:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 1458kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:47:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 7.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 7.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Original Size: 7607.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Encoded Size: 372.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Reduction: 4.9% of original (95.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:50:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:50:34Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Size: 7607.11MB → 372.48MB (4.9% of original, 95.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:50:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 7.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 7.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:50:54Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 8.mkv: 7189.56 MB in 2m 7s @ 56.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 8.mkv → Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 8.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T18:53:02Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T18:53:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 1991kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 1991kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T18:53:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 8.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 8.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T18:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Original Size: 7538.80 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Encoded Size: 313.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Reduction: 4.2% of original (95.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T18:56:21Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T18:56:27Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Size: 7538.8MB → 313.37MB (4.2% of original, 95.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T18:56:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 8.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 8.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T18:56:47Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 9.mkv: 7220.11 MB in 3m 41s @ 32.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 9.mkv → Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 9.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T19:00:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 2093kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 2093kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T19:01:07Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 9.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 9.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Original Size: 7570.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Encoded Size: 364.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Reduction: 4.8% of original (95.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T19:03:52Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T19:04:02Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Size: 7570.84MB → 364.14MB (4.8% of original, 95.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T19:04:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 9.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 9.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T19:04:22Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Skipped 4 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} +{"timestamp": "2026-08-20T21:01:43Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 2.mkv: 6432.16 MB in 2m 8s @ 50.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Copied Chaos Dragon - Sekiryuu Seneki 2.mkv → Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T21:03:52Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 2]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Multi-channel 6ch audio: matched bitrate 448k → EAC3", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 352} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "Multi-channel 6ch audio: matched bitrate 448k → EAC3", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 352} +{"timestamp": "2026-08-20T21:04:32Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 2.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 1 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 10 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 11 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 12 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Skipped 4 file(s)", "module": "process_manager", "function": "process_folder", "line": 227} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Processing: Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "File already in processing: Chaos Dragon - Sekiryuu Seneki 2.mkv (6744.61 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Found subtitle file: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "process_folder", "line": 275} +{"timestamp": "2026-08-20T21:05:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "User selected 2 audio stream(s): [1, 3]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 497} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Removed 1 audio stream(s): [2]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 501} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2244kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "Multi-channel 6ch audio 2244kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-20T21:08:40Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2.mkv -i P:\\anime\\Chaos Dragon (2015)\\[Rare] Chaos Dragon - Sekiryuu Seneki\\Chaos Dragon - Sekiryuu Seneki 2.ass -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:3 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 aac -b:a:0 192000 -ac:0 2 -channel_layout:a:0 stereo -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -channel_layout:a:1 5.1 -metadata:s:a:1 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-20T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 629} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Original Size: 6744.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 630} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Encoded Size: 396.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 631} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Reduction: 5.9% of original (94.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 632} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 633} +{"timestamp": "2026-08-20T21:11:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 634} +{"timestamp": "2026-08-20T21:11:22Z", "level": "INFO", "message": "Moved Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv → Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Chaos Dragon - Sekiryuu Seneki 2 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Type: ANIME | Show: Chaos Dragon (2015)", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Size: 6744.61MB → 396.4MB (5.9% of original, 94.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-20T21:11:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Deleted original and processing copy for Chaos Dragon - Sekiryuu Seneki 2.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Removed embedded subtitle: Chaos Dragon - Sekiryuu Seneki 2.ass", "module": "process_manager", "function": "_save_successful_encoding", "line": 761} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 3 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 4 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 5 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 6 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 7 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 8 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Skipping Chaos Dragon - Sekiryuu Seneki 9 - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 220} +{"timestamp": "2026-08-20T21:11:41Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-21T21:16:50Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-21T21:29:11Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv: 40734.29 MB in 12m 20s @ 55.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-21T21:29:11Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv → The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-21T21:29:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "User selected 2 audio stream(s): [1, 8]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 497} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Removed 6 audio stream(s): [2, 3, 4, 5, 6, 7]", "module": "audio_handler", "function": "prompt_user_audio_selection", "line": 501} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Multi-channel 6ch audio 3242kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Multi-channel 6ch audio 3242kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Stream #8: Commentary track detected (forcing 2ch stereo)", "module": "encode_engine", "function": "run_ffmpeg", "line": 425} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-21T21:36:48Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:8 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 aac -b:a:1 128000 -ac:1 2 -channel_layout:a:1 stereo -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-21T21:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "File already in processing: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv (42712.99 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-21T21:49:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Pre-selected audio streams: [1, 8]", "module": "encode_engine", "function": "run_ffmpeg", "line": 94} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Multi-channel 6ch audio 3247kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Stream #8: Commentary track detected (forcing 2ch stereo)", "module": "encode_engine", "function": "run_ffmpeg", "line": 464} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-21T21:57:07Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:8 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:a:1 aac -b:a:1 128000 -ac:1 2 -channel_layout:a:1 stereo -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 584} +{"timestamp": "2026-08-21T21:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "Black frame analysis: 11.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "Output file black content acceptable (11.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 668} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Original Size: 42712.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 669} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Encoded Size: 1982.05 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 670} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Reduction: 4.6% of original (95.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 671} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 672} +{"timestamp": "2026-08-21T22:08:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 673} +{"timestamp": "2026-08-21T22:09:08Z", "level": "INFO", "message": "Moved The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv → The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 697} +{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 736} +{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 737} +{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Size: 42712.99MB → 1982.05MB (4.6% of original, 95.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 738} +{"timestamp": "2026-08-21T22:12:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 739} +{"timestamp": "2026-08-21T22:12:28Z", "level": "INFO", "message": "Deleted original and processing copy for The Mandalorian and Grogu (2026) h264 TrueHD Atmos 7.1 Remux-1080p BTM.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 752} +{"timestamp": "2026-08-21T22:12:28Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-22T04:11:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 152} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 156} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 181} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:13:36Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 245} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 273} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 320} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 4213kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 638kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 372} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 544} +{"timestamp": "2026-08-22T04:14:03Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 590} +{"timestamp": "2026-08-22T04:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 674} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Encoded Size: 323.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Reduction: 8.8% of original (91.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} +{"timestamp": "2026-08-22T04:16:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} +{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "Cleaned up test preview copy: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 687} +{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "TEST MODE - File: Dungeons and Dragons - Honor Among Thieves_t00.mkv | Ratio: 8.8% | Method: CQ", "module": "process_manager", "function": "_save_successful_encoding", "line": 663} +{"timestamp": "2026-08-22T04:16:20Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T04:19:48Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-22T04:19:49Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-22T04:24:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Stream 1: Skipped audio bitrate check, using metadata bitrate 160 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 201} +{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Stream 2: Skipped audio bitrate check, using metadata bitrate 640 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 201} +{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T04:25:02Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} +{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:25:03Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 369} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T04:25:29Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T04:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Encoded Size: 807.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Reduction: 22.1% of original (77.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 680} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Cleaned up test preview copy: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 688} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "TEST MODE - File: Dungeons and Dragons - Honor Among Thieves_t00.mkv | Ratio: 22.1% | Method: CQ", "module": "process_manager", "function": "_save_successful_encoding", "line": 663} +{"timestamp": "2026-08-22T04:27:58Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T04:42:15Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-22T04:42:16Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Stream 1: Skipped audio bitrate check, using metadata bitrate 160 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 204} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Stream 2: Skipped audio bitrate check, using metadata bitrate 640 kbps", "module": "audio_handler", "function": "get_audio_streams", "line": 204} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:43:14Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel audio 160kbps < 384k minimum - copying original 6ch to avoid quality loss", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 381} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T04:43:42Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 copy -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "File already in processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv (31591.75 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 244} +{"timestamp": "2026-08-22T04:45:46Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T04:47:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T04:47:50Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:47:51Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 4233kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Multi-channel 6ch audio 632kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T04:48:18Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T04:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "Black frame analysis: 2.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "Output file black content acceptable (2.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 675} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Original Size: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 676} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Encoded Size: 323.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 677} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Reduction: 8.8% of original (91.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 678} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Resolution: 1920x1080 -> 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 679} +{"timestamp": "2026-08-22T04:50:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 680} +{"timestamp": "2026-08-22T04:50:44Z", "level": "ERROR", "message": "Unexpected error processing Dungeons and Dragons - Honor Among Thieves_t00.mkv: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv'", "module": "process_manager", "function": "process_folder", "line": 532} +{"timestamp": "2026-08-22T04:50:47Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T04:59:13Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T04:59:13Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T04:59:13Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T04:59:13Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T05:02:01Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv: 30128.24 MB in 2m 47s @ 179.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-22T05:02:01Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv → Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-22T05:02:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "Multi-channel 6ch audio 4096kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:19Z", "level": "INFO", "message": "Test mode: Creating 15-minute preview copy at C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 246} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Test preview copy created: 3653.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 274} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Multi-channel 6ch audio 4096kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Multi-channel 6ch audio 4096kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Multi-channel 6ch audio 630kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:a:1 -map 0:a:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 638} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000002482fa56200] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000002482fa56200] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000002482fa56200] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000002482fa56200] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " ENCODER : Lavf63.1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Duration: 00:15:00.19, start: 0.000000, bitrate: 32470 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 900.000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:15:00.190000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:15:00.001000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:15:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:14:16.585000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:14:19.671000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 30k fps, 1k tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " FILENAME : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " MIMETYPE : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": " DURATION : 00:00:00.000000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Stream map '' matches no streams.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "To ignore this, add a trailing '?' to the map.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Failed to set value '0:a:2' for option 'map': Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Error parsing options for output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Error opening output files: Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:04:47Z", "level": "INFO", "message": "Cleaned up test preview copy: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 644} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Test mode: Encode failed for Dungeons and Dragons - Honor Among Thieves_t00.mkv: Command '['ffmpeg', '-y', '-i', 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing", "module": "process_manager", "function": "process_folder", "line": 466} +{"timestamp": "2026-08-22T05:04:47Z", "level": "ERROR", "message": "Unexpected error processing Dungeons and Dragons - Honor Among Thieves_t00.mkv: Command '['ffmpeg', '-y', '-i', 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\Dungeons and Dragons - Honor Among Thieves_t00-copy.mkv', '-vf', 'scale=1920:1080:flags=lanczos,setsar=1:1', '-map', '0:v:0', '-map', '0:a:1', '-map', '0:a:2', '-map', '0:s?', '-c:v', 'av1_nvenc', '-preset', 'p7', '-pix_fmt', 'yuv420p', '-cq', '32', '-c:a:0', 'eac3', '-b:a:0', '448000', '-ac:0', '6', '-metadata:s:a:0', 'title=', '-c:a:1', 'eac3', '-b:a:1', '448000', '-ac:1', '6', '-metadata:s:a:1', 'title=', '-c:s', 'copy', 'C:\\\\Users\\\\Tyler\\\\Documents\\\\GitHub\\\\conversion_project\\\\processing\\\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv']' returned non-zero exit status 4294967274.", "module": "process_manager", "function": "process_folder", "line": 532} +{"timestamp": "2026-08-22T05:04:52Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T05:07:18Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T05:07:18Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T05:07:18Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T05:07:18Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T05:09:23Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv: 30128.24 MB in 2m 4s @ 241.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-22T05:09:23Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv → Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-22T05:09:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 4383kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 4383kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 4383kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Multi-channel 6ch audio 640kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T05:11:39Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:a:1 -map 0:a:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 638} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "ffmpeg version 9.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2026 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " built with gcc 16.1.0 (Rev2, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-cairo --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-openal --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libavutil 61. 1.101 / 61. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libavcodec 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libavformat 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libavdevice 63. 1.101 / 63. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libavfilter 12. 1.101 / 12. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libswscale 10. 1.101 / 10. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " libswresample 7. 1.101 / 7. 1.101", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000001f54a3a4940] Stream #6: not enough frames to estimate rate; consider increasing probesize", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000001f54a3a4940] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000001f54a3a4940] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "[in#0/matroska,webm @ 000001f54a3a4940] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Dungeons and Dragons - Honor Among Thieves", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " encoder : libmakemkv v1.18.4 (1.3.10/1.5.2) win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " creation_time : 2026-08-19T19:29:17.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Duration: 02:14:08.22, start: 0.000000, bitrate: 31402 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 475.349875", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 01", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:1: start 475.349875, end 888.387500", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 02", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:2: start 888.387500, end 1608.565292", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 03", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:3: start 1608.565292, end 2034.198833", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 04", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:4: start 2034.198833, end 2533.989792", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 05", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:5: start 2533.989792, end 2959.665042", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 06", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:6: start 2959.665042, end 3453.408292", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 07", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:7: start 3453.408292, end 3910.197958", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 08", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:8: start 3910.197958, end 4623.118500", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 09", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:9: start 4623.118500, end 5201.196000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 10", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:10: start 5201.196000, end 5531.108917", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 11", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:11: start 5531.108917, end 6015.843167", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 12", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:12: start 6015.843167, end 6464.541417", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 13", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:13: start 6464.541417, end 6810.553750", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 14", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:14: start 6810.553750, end 7537.279750", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 15", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Chapter #0:15: start 7537.279750, end 8048.224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Chapter 16", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 26320645", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.206833333", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 192964", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 26479247137", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001011", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:1(eng): Audio: truehd (Dolby TrueHD + Dolby Atmos), 48000 Hz, 7.1, s32 (24 bit) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Surround 7.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 4346995", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.207500000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 9657849", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 4373189646", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " title : Surround 5.1", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 640000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 02:14:08.224000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 251507", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 643857920", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001100", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 39903", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 02:06:52.625854166", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3178", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 37971399", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 596", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 00:35:25.394104166", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 26", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 158409", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001200", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle (pgssub)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " BPS-eng : 45458", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " DURATION-eng : 02:07:46.721562500", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES-eng: 3855", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " NUMBER_OF_BYTES-eng: 43564244", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " SOURCE_ID-eng : 001201", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP-eng: MakeMKV v1.18.4 win(x64-release)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC-eng: 2026-08-19 19:29:17", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Stream #0:6: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " filename : cover.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Stream map '' matches no streams.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "To ignore this, add a trailing '?' to the map.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Failed to set value '0:a:2' for option 'map': Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Error parsing options for output file C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv.", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:39Z", "level": "ERROR", "message": "Error opening output files: Invalid argument", "module": "encode_engine", "function": "run_ffmpeg", "line": 640} +{"timestamp": "2026-08-22T05:11:44Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 640} +{"timestamp": "2026-08-22T05:14:47Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\BluRay Rips\\4k DND", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-22T05:14:47Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 179} +{"timestamp": "2026-08-22T05:14:47Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 186} +{"timestamp": "2026-08-22T05:14:47Z", "level": "INFO", "message": "Processing: Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-22T05:15:53Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv: 30128.24 MB in 1m 6s @ 452.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-22T05:15:53Z", "level": "INFO", "message": "Copied Dungeons and Dragons - Honor Among Thieves_t00.mkv → Dungeons and Dragons - Honor Among Thieves_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-22T05:15:53Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 314} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 153} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Checking availability of av1_nvenc...", "module": "encode_engine", "function": "run_ffmpeg", "line": 157} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "✓ AV1 NVENC (av1_nvenc) is available", "module": "encode_engine", "function": "run_ffmpeg", "line": 182} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 4329kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "SDR content: Source color space will be preserved by encoder", "module": "encode_engine", "function": "run_ffmpeg", "line": 321} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 4329kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 4329kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Multi-channel 6ch audio 636kbps: forcing EAC3 at medium 448k", "module": "audio_handler", "function": "choose_audio_bitrate", "line": 393} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 545} +{"timestamp": "2026-08-22T05:18:23Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00.mkv -vf scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 0:2 -map 0:s? -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -metadata:s:a:0 title= -c:a:1 eac3 -b:a:1 448000 -ac:1 6 -metadata:s:a:1 title= -c:s copy C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Dungeons and Dragons - Honor Among Thieves_t00 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 591} +{"timestamp": "2026-08-22T05:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-22T05:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} diff --git a/logs/conversion.log.2 b/logs/conversion.log.2 index c7fbfd4..8f8143d 100644 --- a/logs/conversion.log.2 +++ b/logs/conversion.log.2 @@ -1,21410 +1,21449 @@ -{"timestamp": "2026-07-07T20:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Original Size: 1329.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Encoded Size: 603.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Reduction: 45.4% of original (54.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T20:05:12Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Size: 1329.91MB → 603.79MB (45.4% of original, 54.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1144.80 MB in 27s @ 41.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T20:05:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T20:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Original Size: 1200.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Encoded Size: 578.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Reduction: 48.2% of original (51.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T20:08:58Z", "level": "INFO", "message": "Moved Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Size: 1200.41MB → 578.87MB (48.2% of original, 51.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1149.65 MB in 21s @ 52.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T20:09:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T20:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Original Size: 1205.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Encoded Size: 681.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Reduction: 56.5% of original (43.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T20:12:38Z", "level": "INFO", "message": "Moved Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Size: 1205.5MB → 681.37MB (56.5% of original, 43.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E03.The.UnGraduate.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Howl's Moving Castle (2004)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Processing: Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-27T03:54:13Z", "level": "INFO", "message": "Copied Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv: 5821.03 MB in 1m 46s @ 54.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-27T03:54:13Z", "level": "INFO", "message": "Copied Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv → Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-27T03:54:14Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-27T03:54:36Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-27T03:54:36Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-07-27T03:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T03:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Original Size: 6103.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Encoded Size: 2746.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Reduction: 45.0% of original (55.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Resolution: 1920x1040 → 1920x1040", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-27T04:10:22Z", "level": "INFO", "message": "Moved Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv → Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Size: 6103.79MB → 2746.21MB (45.0% of original, 55.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-27T04:10:34Z", "level": "INFO", "message": "Deleted original and processing copy for Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-27T04:10:34Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Devil Wears Prada 2 (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Processing: The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Copied The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv: 4441.51 MB in 1m 16s @ 58.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Copied The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv → The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-27T04:13:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-27T04:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "Black frame analysis: 2.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "Output file black content acceptable (2.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Original Size: 4657.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Encoded Size: 1675.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Reduction: 36.0% of original (64.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Resolution: 1920x800 → 1920x800", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-27T04:25:57Z", "level": "INFO", "message": "Moved The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv → The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Size: 4657.26MB → 1675.27MB (36.0% of original, 64.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-27T04:26:03Z", "level": "INFO", "message": "Deleted original and processing copy for The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-27T04:26:03Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Hit Man (2024)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Processing: Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-27T04:35:22Z", "level": "INFO", "message": "Copied Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv: 5906.70 MB in 1m 44s @ 56.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-27T04:35:22Z", "level": "INFO", "message": "Copied Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv → Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-27T04:35:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-27T04:35:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-27T04:35:33Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} -{"timestamp": "2026-07-27T04:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "Black frame analysis: 14.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "Output file black content acceptable (14.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Original Size: 6193.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Encoded Size: 2742.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Reduction: 44.3% of original (55.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-27T04:47:54Z", "level": "INFO", "message": "Moved Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv → Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Size: 6193.63MB → 2742.85MB (44.3% of original, 55.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-27T04:48:00Z", "level": "INFO", "message": "Deleted original and processing copy for Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-27T04:48:00Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Processing: Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-03T23:51:52Z", "level": "INFO", "message": "Copied Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv: 1134.18 MB in 18s @ 62.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-03T23:51:52Z", "level": "INFO", "message": "Copied Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-03T23:51:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-03T23:51:53Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-03T23:52:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-03T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Original Size: 1189.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Encoded Size: 720.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Reduction: 60.6% of original (39.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-03T23:57:16Z", "level": "INFO", "message": "Moved Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Size: 1189.27MB → 720.31MB (60.6% of original, 39.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "Processing: Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Copied Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv: 1076.68 MB in 17s @ 61.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Copied Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-03T23:57:47Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-03T23:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-03T23:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "Black frame analysis: 5.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "Output file black content acceptable (5.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Original Size: 1128.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Encoded Size: 687.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Reduction: 60.9% of original (39.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:03:15Z", "level": "INFO", "message": "Moved Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Size: 1128.98MB → 687.35MB (60.9% of original, 39.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "Processing: Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Copied Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv: 978.21 MB in 15s @ 61.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Copied Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:03:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "Black frame analysis: 5.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "Output file black content acceptable (5.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Original Size: 1025.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Encoded Size: 630.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Reduction: 61.5% of original (38.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:08:36Z", "level": "INFO", "message": "Moved Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Size: 1025.73MB → 630.71MB (61.5% of original, 38.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:08:41Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:08:41Z", "level": "INFO", "message": "Processing: Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Copied Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv: 1005.50 MB in 16s @ 61.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Copied Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:09:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Original Size: 1054.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Encoded Size: 659.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Reduction: 62.5% of original (37.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:14:14Z", "level": "INFO", "message": "Moved Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Size: 1054.35MB → 659.07MB (62.5% of original, 37.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "Processing: Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Copied Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv: 945.31 MB in 15s @ 60.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Copied Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:14:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Original Size: 991.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Encoded Size: 620.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Reduction: 62.6% of original (37.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:19:56Z", "level": "INFO", "message": "Moved Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Size: 991.23MB → 620.68MB (62.6% of original, 37.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:20:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:20:01Z", "level": "INFO", "message": "Processing: Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Copied Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv: 954.31 MB in 15s @ 63.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Copied Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:20:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Original Size: 1000.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Encoded Size: 616.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Reduction: 61.6% of original (38.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:25:23Z", "level": "INFO", "message": "Moved Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Size: 1000.67MB → 616.59MB (61.6% of original, 38.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "Processing: Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Copied Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv: 877.69 MB in 14s @ 60.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Copied Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:25:50Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Original Size: 920.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Encoded Size: 562.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Reduction: 61.2% of original (38.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:31:01Z", "level": "INFO", "message": "Moved Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Size: 920.33MB → 562.87MB (61.2% of original, 38.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "Processing: Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Copied Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv: 1145.97 MB in 19s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Copied Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-08-04T00:31:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-04T00:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Original Size: 1201.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Encoded Size: 749.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Reduction: 62.4% of original (37.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-04T00:37:24Z", "level": "INFO", "message": "Moved Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Size: 1201.64MB → 749.46MB (62.4% of original, 37.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:22:32Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv: 1426.43 MB in 28s @ 50.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:22:32Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:22:33Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:22:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Original Size: 1495.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Encoded Size: 379.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Reduction: 25.4% of original (74.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:24:54Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Size: 1495.72MB → 379.89MB (25.4% of original, 74.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:25:28Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv: 1442.03 MB in 30s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:25:28Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:25:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:25:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "Black frame analysis: 3.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "Output file black content acceptable (3.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Original Size: 1512.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Encoded Size: 425.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Reduction: 28.1% of original (71.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:27:52Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Size: 1512.08MB → 425.24MB (28.1% of original, 71.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:27:56Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:27:56Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:28:25Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv: 1441.37 MB in 29s @ 49.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:28:25Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:28:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:28:32Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Original Size: 1511.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Encoded Size: 381.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Reduction: 25.2% of original (74.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:30:50Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Size: 1511.38MB → 381.2MB (25.2% of original, 74.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv: 1440.78 MB in 30s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:31:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Original Size: 1510.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Encoded Size: 419.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Reduction: 27.7% of original (72.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:33:44Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Size: 1510.77MB → 419.13MB (27.7% of original, 72.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:34:22Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv: 1440.60 MB in 34s @ 41.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:34:22Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv → Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:34:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:34:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Original Size: 1510.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Encoded Size: 386.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Reduction: 25.6% of original (74.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:36:39Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Size: 1510.58MB → 386.59MB (25.6% of original, 74.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:37:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv: 1440.84 MB in 29s @ 48.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:37:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:37:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:37:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Original Size: 1510.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Encoded Size: 417.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Reduction: 27.6% of original (72.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:39:36Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Size: 1510.83MB → 417.64MB (27.6% of original, 72.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv: 1444.04 MB in 31s @ 45.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:40:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Original Size: 1514.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Encoded Size: 344.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:42:28Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Size: 1514.18MB → 344.7MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv: 1439.96 MB in 34s @ 41.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:43:12Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Original Size: 1509.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Encoded Size: 386.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Reduction: 25.6% of original (74.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:45:21Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Size: 1509.91MB → 386.4MB (25.6% of original, 74.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipped 8 file(s)", "module": "process_manager", "function": "process_folder", "line": 237} -{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:45:59Z", "level": "WARNING", "message": "Incomplete copy detected for Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv. Re-copying.", "module": "process_manager", "function": "process_folder", "line": 258} -{"timestamp": "2026-08-09T21:46:29Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv: 1443.04 MB in 30s @ 47.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:46:29Z", "level": "INFO", "message": "Re-copied Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 260} -{"timestamp": "2026-08-09T21:46:30Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:46:37Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Original Size: 1513.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Encoded Size: 365.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Reduction: 24.1% of original (75.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:48:46Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Size: 1513.13MB → 365.03MB (24.1% of original, 75.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:49:20Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv: 1440.96 MB in 30s @ 46.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:49:20Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:49:21Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:49:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Original Size: 1510.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Encoded Size: 388.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Reduction: 25.7% of original (74.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:51:39Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Size: 1510.95MB → 388.09MB (25.7% of original, 74.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:52:16Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv: 1442.35 MB in 34s @ 42.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:52:16Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:52:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:52:23Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Original Size: 1512.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Encoded Size: 369.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:54:36Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Size: 1512.42MB → 369.89MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:55:13Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv: 1385.15 MB in 34s @ 40.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:55:14Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:55:14Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:55:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Original Size: 1452.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Encoded Size: 316.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Reduction: 21.8% of original (78.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T21:57:24Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Size: 1452.43MB → 316.99MB (21.8% of original, 78.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T21:57:27Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T21:57:27Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T21:58:04Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv: 1437.60 MB in 37s @ 38.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T21:58:04Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T21:58:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T21:58:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Original Size: 1507.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Encoded Size: 352.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Reduction: 23.4% of original (76.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:00:20Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Size: 1507.43MB → 352.5MB (23.4% of original, 76.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\movies\\Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025)", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025)", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Processing: Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:03:58Z", "level": "INFO", "message": "Copied Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv: 9526.10 MB in 3m 34s @ 44.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:03:58Z", "level": "INFO", "message": "Copied Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv → Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:03:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:04:33Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T22:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "Black frame analysis: 9.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "Output file black content acceptable (9.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Original Size: 9988.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Encoded Size: 3047.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Reduction: 30.5% of original (69.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:18:54Z", "level": "INFO", "message": "Moved Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv → Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Size: 9988.84MB → 3047.95MB (30.5% of original, 69.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Deleted original and processing copy for Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\tv\\Special Ops Lioness\\Season 2", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Special Ops Lioness\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Processing: Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Copied Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv: 1463.84 MB in 33s @ 44.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Copied Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:19:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "Black frame analysis: 29.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "Output file black content acceptable (29.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Original Size: 1534.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Encoded Size: 855.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Reduction: 55.7% of original (44.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:25:13Z", "level": "INFO", "message": "Moved Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Size: 1534.94MB → 855.39MB (55.7% of original, 44.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:25:15Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:25:15Z", "level": "INFO", "message": "Processing: Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:25:51Z", "level": "INFO", "message": "Copied Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv: 1546.02 MB in 36s @ 42.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:25:51Z", "level": "INFO", "message": "Copied Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:25:52Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:25:55Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "Black frame analysis: 1.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "Output file black content acceptable (1.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Original Size: 1621.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Encoded Size: 710.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Reduction: 43.9% of original (56.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:31:37Z", "level": "INFO", "message": "Moved Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Size: 1621.12MB → 710.89MB (43.9% of original, 56.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:31:39Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:31:39Z", "level": "INFO", "message": "Processing: Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:32:18Z", "level": "INFO", "message": "Copied Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv: 1703.44 MB in 39s @ 43.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:32:18Z", "level": "INFO", "message": "Copied Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:32:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:32:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "Black frame analysis: 2.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "Output file black content acceptable (2.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Original Size: 1786.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Encoded Size: 698.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Reduction: 39.1% of original (60.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:38:35Z", "level": "INFO", "message": "Moved Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Size: 1786.18MB → 698.27MB (39.1% of original, 60.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "Processing: Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Copied Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv: 1565.27 MB in 40s @ 38.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Copied Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:39:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Original Size: 1641.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Encoded Size: 585.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Reduction: 35.7% of original (64.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:45:00Z", "level": "INFO", "message": "Moved Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Size: 1641.31MB → 585.73MB (35.7% of original, 64.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:45:03Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:45:03Z", "level": "INFO", "message": "Processing: Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Copied Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv: 1521.32 MB in 34s @ 44.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Copied Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:45:41Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "Black frame analysis: 1.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "Output file black content acceptable (1.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Original Size: 1595.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Encoded Size: 564.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Reduction: 35.4% of original (64.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:51:12Z", "level": "INFO", "message": "Moved Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Size: 1595.22MB → 564.41MB (35.4% of original, 64.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "Processing: Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Copied Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv: 1635.31 MB in 43s @ 37.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Copied Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:52:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Original Size: 1714.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Encoded Size: 735.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Reduction: 42.9% of original (57.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T22:57:59Z", "level": "INFO", "message": "Moved Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Size: 1714.75MB → 735.09MB (42.9% of original, 57.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T22:58:02Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T22:58:02Z", "level": "INFO", "message": "Processing: Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Copied Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv: 1865.76 MB in 41s @ 44.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Copied Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T22:58:48Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T22:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T22:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Original Size: 1956.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Encoded Size: 717.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Reduction: 36.7% of original (63.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:05:28Z", "level": "INFO", "message": "Moved Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Size: 1956.39MB → 717.46MB (36.7% of original, 63.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:05:31Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:05:31Z", "level": "INFO", "message": "Processing: Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:06:11Z", "level": "INFO", "message": "Copied Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv: 1691.65 MB in 40s @ 41.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:06:12Z", "level": "INFO", "message": "Copied Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:06:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:06:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T23:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "Black frame analysis: 3.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "Output file black content acceptable (3.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Original Size: 1773.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Encoded Size: 1065.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Reduction: 60.1% of original (39.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:12:38Z", "level": "INFO", "message": "Moved Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Size: 1773.82MB → 1065.35MB (60.1% of original, 39.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "[BATCH 3] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "[BATCH 4] Processing: P:\\anime\\SPY x FAMILY (2022)\\Season 3", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\SPY x FAMILY (2022)\\Season 3", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:13:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv: 1466.11 MB in 32s @ 45.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:13:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:13:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:13:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Original Size: 1537.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Encoded Size: 342.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Reduction: 22.3% of original (77.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:15:35Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Size: 1537.33MB → 342.6MB (22.3% of original, 77.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:16:18Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv: 1469.06 MB in 39s @ 37.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:16:18Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:16:19Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:16:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Original Size: 1540.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Encoded Size: 290.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Reduction: 18.8% of original (81.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:18:33Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Size: 1540.42MB → 290.33MB (18.8% of original, 81.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:19:09Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv: 1462.55 MB in 31s @ 46.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:19:09Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:19:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:19:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Original Size: 1533.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Encoded Size: 266.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Reduction: 17.4% of original (82.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:21:25Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Size: 1533.59MB → 266.58MB (17.4% of original, 82.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:22:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv: 1459.33 MB in 31s @ 46.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:22:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:22:01Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:22:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "Black frame analysis: 0.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "Output file black content acceptable (0.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Original Size: 1530.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Encoded Size: 299.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Reduction: 19.6% of original (80.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:24:20Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Size: 1530.22MB → 299.92MB (19.6% of original, 80.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:24:24Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:24:24Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:24:57Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv: 1462.78 MB in 33s @ 43.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:24:57Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:24:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:25:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Original Size: 1533.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Encoded Size: 252.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:27:15Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Size: 1533.84MB → 252.29MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:27:19Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:27:19Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv: 316.45 MB in 7s @ 43.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:27:28Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-09T23:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Original Size: 331.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Encoded Size: 182.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Reduction: 54.9% of original (45.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:30:38Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Size: 331.82MB → 182.01MB (54.9% of original, 45.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:31:11Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv: 1460.51 MB in 32s @ 45.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:31:11Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:31:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:31:19Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Original Size: 1531.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Encoded Size: 249.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Reduction: 16.3% of original (83.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:33:23Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Size: 1531.46MB → 249.21MB (16.3% of original, 83.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:33:27Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:33:27Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:34:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv: 1464.08 MB in 33s @ 43.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:34:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:34:01Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:34:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Original Size: 1535.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Encoded Size: 238.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Reduction: 15.5% of original (84.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:36:12Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Size: 1535.2MB → 238.46MB (15.5% of original, 84.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:36:49Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv: 1462.12 MB in 33s @ 43.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:36:49Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:36:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:36:57Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Original Size: 1533.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Encoded Size: 234.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Reduction: 15.3% of original (84.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:39:02Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Size: 1533.14MB → 234.33MB (15.3% of original, 84.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:39:42Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv: 1461.86 MB in 36s @ 40.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:39:42Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:39:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:39:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Original Size: 1532.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Encoded Size: 247.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Reduction: 16.1% of original (83.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:41:53Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Size: 1532.87MB → 247.4MB (16.1% of original, 83.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:42:28Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv: 1458.83 MB in 30s @ 47.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:42:28Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:42:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:42:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Original Size: 1529.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Encoded Size: 286.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:44:42Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Size: 1529.69MB → 286.06MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:45:15Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv: 1463.87 MB in 29s @ 49.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:45:16Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:45:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:45:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Original Size: 1534.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Encoded Size: 312.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Reduction: 20.3% of original (79.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:47:32Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Size: 1534.98MB → 312.02MB (20.3% of original, 79.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:48:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv: 1463.40 MB in 36s @ 39.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:48:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:48:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:48:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Original Size: 1534.49 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Encoded Size: 293.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Reduction: 19.1% of original (80.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:50:28Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Size: 1534.49MB → 293.21MB (19.1% of original, 80.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:50:32Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:50:32Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:51:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv: 1464.96 MB in 40s @ 36.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:51:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:51:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:51:19Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Original Size: 1536.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Encoded Size: 297.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Reduction: 19.4% of original (80.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:53:25Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Size: 1536.12MB → 297.41MB (19.4% of original, 80.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "[BATCH 4] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "[BATCH 5] Processing: P:\\anime\\Dorohedoro (2020)\\Season 2", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Dorohedoro (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:54:10Z", "level": "INFO", "message": "Copied Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv: 1617.02 MB in 42s @ 38.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:54:10Z", "level": "INFO", "message": "Copied Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:54:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:54:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "Black frame analysis: 2.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "Output file black content acceptable (2.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Original Size: 1695.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Encoded Size: 371.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Reduction: 21.9% of original (78.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:56:45Z", "level": "INFO", "message": "Moved Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Size: 1695.57MB → 371.45MB (21.9% of original, 78.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-09T23:56:49Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-09T23:56:49Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-09T23:57:25Z", "level": "INFO", "message": "Copied Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv: 1598.48 MB in 36s @ 43.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-09T23:57:26Z", "level": "INFO", "message": "Copied Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-09T23:57:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-09T23:57:33Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-09T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Original Size: 1676.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Encoded Size: 383.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Reduction: 22.9% of original (77.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-09T23:59:58Z", "level": "INFO", "message": "Moved Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Size: 1676.13MB → 383.23MB (22.9% of original, 77.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:00:02Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:00:02Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:00:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv: 1579.57 MB in 35s @ 44.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:00:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:00:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:00:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Original Size: 1656.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Encoded Size: 357.97 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Reduction: 21.6% of original (78.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:03:04Z", "level": "INFO", "message": "Moved Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Size: 1656.3MB → 357.97MB (21.6% of original, 78.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:03:08Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:03:08Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv: 1083.52 MB in 29s @ 37.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:03:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Original Size: 1136.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Encoded Size: 438.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Reduction: 38.6% of original (61.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:05:57Z", "level": "INFO", "message": "Moved Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Size: 1136.15MB → 438.58MB (38.6% of original, 61.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:06:00Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:06:00Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Copied Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv: 1498.54 MB in 39s @ 37.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Copied Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:06:46Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Original Size: 1571.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Encoded Size: 357.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:09:04Z", "level": "INFO", "message": "Moved Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Size: 1571.34MB → 357.59MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Copied Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv: 1470.66 MB in 37s @ 39.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Copied Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:09:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "Black frame analysis: 2.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "Output file black content acceptable (2.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Original Size: 1542.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Encoded Size: 382.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Reduction: 24.8% of original (75.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:12:11Z", "level": "INFO", "message": "Moved Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Size: 1542.1MB → 382.44MB (24.8% of original, 75.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:12:42Z", "level": "INFO", "message": "Copied Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv: 1058.84 MB in 28s @ 37.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:12:42Z", "level": "INFO", "message": "Copied Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:12:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:12:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Original Size: 1110.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Encoded Size: 485.47 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Reduction: 43.7% of original (56.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:15:21Z", "level": "INFO", "message": "Moved Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Size: 1110.27MB → 485.47MB (43.7% of original, 56.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Copied Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv: 1132.33 MB in 31s @ 35.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Copied Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:16:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "Black frame analysis: 6.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "Output file black content acceptable (6.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Original Size: 1187.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Encoded Size: 488.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Reduction: 41.1% of original (58.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:18:25Z", "level": "INFO", "message": "Moved Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Size: 1187.34MB → 488.26MB (41.1% of original, 58.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:18:28Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:18:28Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Copied Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv: 1201.79 MB in 30s @ 39.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Copied Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:19:03Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "Black frame analysis: 17.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "Output file black content acceptable (17.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Original Size: 1260.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Encoded Size: 499.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Reduction: 39.7% of original (60.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:21:29Z", "level": "INFO", "message": "Moved Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Size: 1260.17MB → 499.92MB (39.7% of original, 60.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:21:32Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:21:32Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Copied Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv: 1476.18 MB in 39s @ 37.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Copied Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:22:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Original Size: 1547.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Encoded Size: 378.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Reduction: 24.4% of original (75.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:24:36Z", "level": "INFO", "message": "Moved Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Size: 1547.89MB → 378.17MB (24.4% of original, 75.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Copied Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv: 1144.34 MB in 26s @ 42.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Copied Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:25:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} -{"timestamp": "2026-08-10T00:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Original Size: 1199.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Encoded Size: 467.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Reduction: 39.0% of original (61.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:27:35Z", "level": "INFO", "message": "Moved Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Size: 1199.93MB → 467.6MB (39.0% of original, 61.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "[BATCH 5] Completed successfully", "module": "main", "function": "main", "line": 633} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "[BATCH 6] Processing: P:\\anime\\Pseudo Harem", "module": "main", "function": "main", "line": 530} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Pseudo Harem", "module": "main", "function": "normalize_input_path", "line": 66} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} -{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:28:04Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv: 1122.15 MB in 26s @ 43.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:28:04Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:28:05Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:28:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Original Size: 1176.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Encoded Size: 198.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:31:19Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Size: 1176.66MB → 198.45MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv: 914.67 MB in 23s @ 39.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:31:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Original Size: 959.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Encoded Size: 171.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Reduction: 17.9% of original (82.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:34:57Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Size: 959.1MB → 171.21MB (17.9% of original, 82.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv: 897.70 MB in 21s @ 40.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:35:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Original Size: 941.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Encoded Size: 168.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Reduction: 17.9% of original (82.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:38:34Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Size: 941.3MB → 168.09MB (17.9% of original, 82.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:38:36Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:38:36Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv: 987.45 MB in 27s @ 36.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:39:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Original Size: 1035.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Encoded Size: 188.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Reduction: 18.2% of original (81.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-08-10T00:42:20Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Size: 1035.42MB → 188.58MB (18.2% of original, 81.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv: 1012.05 MB in 27s @ 37.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-08-10T00:42:51Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-08-10T00:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-08-10T00:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Original Size: 1061.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Encoded Size: 185.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Reduction: 17.5% of original (82.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:45:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:46:03Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Size: 1061.21MB → 185.57MB (17.5% of original, 82.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:46:04Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv: 880.57 MB in 23s @ 37.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:46:28Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:46:30Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "Black frame analysis: 0.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "Output file black content acceptable (0.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Original Size: 923.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Encoded Size: 169.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Reduction: 18.3% of original (81.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:49:37Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:49:41Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Size: 923.34MB → 169.18MB (18.3% of original, 81.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E06 - First Date x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:49:42Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv: 878.89 MB in 25s @ 34.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:50:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:50:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Original Size: 921.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Encoded Size: 180.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Reduction: 19.5% of original (80.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:53:17Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Size: 921.58MB → 180.06MB (19.5% of original, 80.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:53:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:53:22Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E07 - Graduation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:53:22Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:53:43Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv: 798.45 MB in 21s @ 36.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:53:43Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:53:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:53:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Original Size: 837.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Encoded Size: 160.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Reduction: 19.2% of original (80.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:56:54Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:56:58Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Size: 837.24MB → 160.61MB (19.2% of original, 80.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E08 - Adults x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:56:59Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv: 700.28 MB in 18s @ 37.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:57:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:57:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Original Size: 734.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Encoded Size: 136.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Reduction: 18.6% of original (81.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:00:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:00:30Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Size: 734.3MB → 136.77MB (18.6% of original, 81.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E09 - A Person to Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:00:31Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv: 884.48 MB in 25s @ 34.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:00:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:00:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T01:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Original Size: 927.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Encoded Size: 173.51 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:04:07Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:04:11Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Size: 927.45MB → 173.51MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E10 - Birthday x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:04:12Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv: 821.94 MB in 20s @ 40.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:04:33Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:04:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T01:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Original Size: 861.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Encoded Size: 170.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Reduction: 19.8% of original (80.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:07:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:07:46Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Size: 861.86MB → 170.6MB (19.8% of original, 80.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E11 - Love Triangle x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:07:47Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv: 730.08 MB in 16s @ 45.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:08:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:08:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T01:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Original Size: 765.54 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Encoded Size: 147.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Reduction: 19.3% of original (80.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:11:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:11:14Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Size: 765.54MB → 147.44MB (19.3% of original, 80.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E12 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "[BATCH 6] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "[BATCH 7] Processing: P:\\movies\\Polar Express (2004)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Polar Express (2004)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T01:11:15Z", "level": "INFO", "message": "Processing: The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Copied The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv: 5632.97 MB in 2m 13s @ 42.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Copied The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv → The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:13:29Z", "level": "INFO", "message": "HDR content detected for The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 337} +{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} +{"timestamp": "2026-08-10T01:13:38Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-10T01:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "Black frame analysis: 4.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "Output file black content acceptable (4.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Original Size: 5906.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Encoded Size: 1440.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Reduction: 24.4% of original (75.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Resolution: 3840x1608 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:24:47Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:25:20Z", "level": "INFO", "message": "Moved The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv → The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Size: 5906.59MB → 1440.68MB (24.4% of original, 75.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:25:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Deleted original and processing copy for The Polar Express (2004) x265 AAC 5.1 Bluray-2160p Tigole.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "[BATCH 7] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "[BATCH 8] Processing: P:\\movies\\Grandmas Boy - Unrated (2006)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Grandmas Boy - Unrated (2006)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "Processing: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:25:25Z", "level": "INFO", "message": "File already in processing: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4 (3252.62 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 254} +{"timestamp": "2026-08-10T01:25:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:25:36Z", "level": "INFO", "message": "First audio stream is 'und', replacing with default language: eng", "module": "process_manager", "function": "process_folder", "line": 397} +{"timestamp": "2026-08-10T01:25:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T01:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "Black frame analysis: 7.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "Output file black content acceptable (7.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Original Size: 3252.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Encoded Size: 1495.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Reduction: 46.0% of original (54.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Resolution: 1920x816 → 1920x816", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:31:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:32:06Z", "level": "INFO", "message": "Moved Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv → Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Size: 3252.62MB → 1495.7MB (46.0% of original, 54.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:32:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Deleted original and processing copy for Grandma's Boy (2006) Unrated h264 AAC 2.0 WEBDL-1080p Radarr.mp4", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "[BATCH 8] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "[BATCH 9] Processing: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T01:32:11Z", "level": "INFO", "message": "Processing: Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Copied Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2479.61 MB in 1m 10s @ 35.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Copied Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:33:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T01:33:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T01:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Original Size: 2600.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Encoded Size: 836.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Reduction: 32.2% of original (67.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:37:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:37:29Z", "level": "INFO", "message": "Moved Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Size: 2600.06MB → 836.63MB (32.2% of original, 67.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:37:32Z", "level": "INFO", "message": "Processing: Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Copied Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1618.42 MB in 51s @ 31.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Copied Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:38:24Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T01:38:28Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T01:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "Black frame analysis: 5.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "Output file black content acceptable (5.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Original Size: 1697.04 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Encoded Size: 628.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Reduction: 37.0% of original (63.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T01:41:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T01:41:30Z", "level": "INFO", "message": "Moved Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Size: 1697.04MB → 628.58MB (37.0% of original, 63.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T01:41:33Z", "level": "INFO", "message": "Processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Copied Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2104.65 MB in 51s @ 40.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Copied Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T01:42:25Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T01:42:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\Supergirl (2026)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Supergirl (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T02:14:32Z", "level": "INFO", "message": "Processing: Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:16:55Z", "level": "INFO", "message": "Copied Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv: 6424.60 MB in 2m 22s @ 45.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:16:55Z", "level": "INFO", "message": "Copied Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv → Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:16:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:17:06Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "Black frame analysis: 8.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "Output file black content acceptable (8.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Original Size: 6736.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Encoded Size: 1760.76 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Reduction: 26.1% of original (73.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Resolution: 1920x800 → 1920x800", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:23:50Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:24:25Z", "level": "INFO", "message": "Moved Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv → Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Size: 6736.68MB → 1760.76MB (26.1% of original, 73.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:24:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Deleted original and processing copy for Supergirl (2026) h264 EAC3 5.1 WEBDL-1080p BYNDR.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipping Bridgerton - S02E01 - Capital R Rake x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipping Bridgerton - S02E02 - Off to the Races x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Skipped 2 file(s)", "module": "process_manager", "function": "process_folder", "line": 237} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "File already in processing: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv (2206.89 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 254} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:24:31Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:24:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Original Size: 2206.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Encoded Size: 758.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Reduction: 34.4% of original (65.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:27:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:27:56Z", "level": "INFO", "message": "Moved Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Size: 2206.89MB → 758.07MB (34.4% of original, 65.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E03 - A Bee in Your Bonnet x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:27:59Z", "level": "INFO", "message": "Processing: Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Copied Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1950.58 MB in 37s @ 51.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Copied Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:28:37Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:28:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Original Size: 2045.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Encoded Size: 647.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Reduction: 31.6% of original (68.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:31:11Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:31:24Z", "level": "INFO", "message": "Moved Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Size: 2045.33MB → 647.27MB (31.6% of original, 68.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:31:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:31:27Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E04 - Victory x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:31:27Z", "level": "INFO", "message": "Processing: Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Copied Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1816.62 MB in 37s @ 49.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Copied Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:32:04Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:32:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "Black frame analysis: 6.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "Output file black content acceptable (6.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Original Size: 1904.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Encoded Size: 562.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Reduction: 29.5% of original (70.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:34:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:34:59Z", "level": "INFO", "message": "Moved Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Size: 1904.86MB → 562.11MB (29.5% of original, 70.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E05 - An Unthinkable Fate x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:35:01Z", "level": "INFO", "message": "Processing: Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Copied Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1750.03 MB in 36s @ 48.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Copied Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:35:38Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:35:43Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Original Size: 1835.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Encoded Size: 683.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Reduction: 37.2% of original (62.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:38:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:38:57Z", "level": "INFO", "message": "Moved Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Size: 1835.03MB → 683.45MB (37.2% of original, 62.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:39:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:39:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E06 - The Choice x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:39:01Z", "level": "INFO", "message": "Processing: Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Copied Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 1960.64 MB in 41s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Copied Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:39:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:39:47Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Original Size: 2055.88 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Encoded Size: 562.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Reduction: 27.4% of original (72.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:42:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:42:33Z", "level": "INFO", "message": "Moved Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Size: 2055.88MB → 562.35MB (27.4% of original, 72.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:42:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:42:36Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E07 - Harmony x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:42:36Z", "level": "INFO", "message": "Processing: Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Copied Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv: 2704.64 MB in 53s @ 50.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Copied Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv → Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:43:29Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:43:35Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "Black frame analysis: 6.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "Output file black content acceptable (6.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Original Size: 2836.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Encoded Size: 602.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Reduction: 21.2% of original (78.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:46:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:46:54Z", "level": "INFO", "message": "Moved Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv → Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Size: 2836.02MB → 602.52MB (21.2% of original, 78.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:46:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S02E08 - The Viscount Who Loved Me x264 EAC3 Atmos WEBDL-1080p GOSSIP.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\movies\\Terrifier (2018)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Terrifier (2018)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T02:46:58Z", "level": "INFO", "message": "Processing: Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Copied Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv: 2615.95 MB in 52s @ 49.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Copied Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv → Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:47:50Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-10T02:48:02Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T02:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "Black frame analysis: 16.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "Output file black content acceptable (16.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Original Size: 2743.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Encoded Size: 1009.19 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Reduction: 36.8% of original (63.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Resolution: 1920x1012 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T02:51:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T02:51:54Z", "level": "INFO", "message": "Moved Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv → Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Size: 2743.02MB → 1009.19MB (36.8% of original, 63.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T02:52:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Deleted original and processing copy for Terrifier (2018) x264 AC3 5.1 Bluray-1080p ArMor.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "[BATCH 3] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "[BATCH 4] Processing: P:\\movies\\Anyone But You (2023)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Anyone But You (2023)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T02:52:01Z", "level": "INFO", "message": "Processing: Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Copied Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv: 5619.25 MB in 1m 49s @ 51.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Copied Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv → Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T02:53:50Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T02:53:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T02:53:58Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-10T02:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T02:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "Black frame analysis: 7.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "Output file black content acceptable (7.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Original Size: 5892.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Encoded Size: 2047.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Reduction: 34.7% of original (65.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T03:04:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T03:05:35Z", "level": "INFO", "message": "Moved Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv → Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Size: 5892.21MB → 2047.24MB (34.7% of original, 65.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T03:05:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Deleted original and processing copy for Anyone but You (2023) x265 AAC 5.1 Bluray-1080p Tigole.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "[BATCH 4] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T03:05:40Z", "level": "INFO", "message": "Batch processing finished: 4 succeeded, 0 failed out of 4", "module": "main", "function": "main", "line": 785} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\Polar Express (2004)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Polar Express (2004)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T15:10:08Z", "level": "INFO", "message": "Processing: The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T15:11:58Z", "level": "INFO", "message": "Copied The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv: 6719.76 MB in 1m 50s @ 61.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T15:11:58Z", "level": "INFO", "message": "Copied The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv → The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T15:11:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T15:12:24Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-10T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "Black frame analysis: 6.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "Output file black content acceptable (6.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Original Size: 7046.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Encoded Size: 1900.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Reduction: 27.0% of original (73.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Resolution: 1920x794 → 1920x794", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T15:18:55Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T15:19:59Z", "level": "INFO", "message": "Moved The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv → The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Size: 7046.18MB → 1900.38MB (27.0% of original, 73.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T15:20:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Deleted original and processing copy for The Polar Express (2004) x264 DTS 5.1 Bluray-1080p MgB.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T15:20:13Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 785} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Mandalorian and Grogu (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T15:21:35Z", "level": "INFO", "message": "Processing: The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv: 5460.31 MB in 1m 36s @ 56.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Copied The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv → The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T15:23:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T15:23:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T15:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "Black frame analysis: 13.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "Output file black content acceptable (13.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Original Size: 5725.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Encoded Size: 1928.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Reduction: 33.7% of original (66.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T15:40:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T15:40:38Z", "level": "INFO", "message": "Moved The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv → The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Size: 5725.55MB → 1928.78MB (33.7% of original, 66.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T15:40:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Deleted original and processing copy for The Mandalorian and Grogu (2026) IMAX x265 EAC3 Atmos 5.1 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T15:40:45Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 785} +{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Using path as-is: c:\\Users\\Tyler\\Videos\\Pokémon Detective Pikachu_t00.mkv", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T18:37:45Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Using path as-is: c:\\Users\\Tyler\\Videos\\Pokémon Detective Pikachu_t00.mkv", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T18:38:23Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Project Folder", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T18:39:52Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t00.mkv → Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "Using explicitly specified resolution: 3840x2160", "module": "process_manager", "function": "process_folder", "line": 337} +{"timestamp": "2026-08-19T18:39:53Z", "level": "INFO", "message": "HDR content detected for Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} +{"timestamp": "2026-08-19T18:49:00Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-19T18:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Videos\\Project Folder", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T18:53:08Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\teet", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t00.mkv → Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "Using explicitly specified resolution: 3840x2160", "module": "process_manager", "function": "process_folder", "line": 337} +{"timestamp": "2026-08-19T18:53:58Z", "level": "INFO", "message": "HDR content detected for Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "HDR content detected: BT.2020 + SMPTE2084 (HDR10) will be applied via filter chain", "module": "encode_engine", "function": "run_ffmpeg", "line": 279} +{"timestamp": "2026-08-19T19:03:52Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-08-19T19:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Black frame analysis: 13.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Output file black content acceptable (13.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Original Size: 54059.97 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Encoded Size: 12145.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Reduction: 22.5% of original (77.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Resolution: 3840x2160 → 3840x2160", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T20:01:56Z", "level": "INFO", "message": "Moved Pokémon Detective Pikachu_t00 - [EHX].mkv → Pokémon Detective Pikachu_t00 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pokémon Detective Pikachu_t00 - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Size: 54059.97MB → 12145.21MB (22.5% of original, 77.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T20:06:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T20:06:34Z", "level": "INFO", "message": "Kept original file (--keep-original): Pokémon Detective Pikachu_t00.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 785} +{"timestamp": "2026-08-19T20:06:34Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T20:23:17Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T20:24:04Z", "level": "INFO", "message": "Copied Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv: 2476.51 MB in 47s @ 52.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T20:24:04Z", "level": "INFO", "message": "Copied Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T20:24:05Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T20:24:10Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T20:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "Black frame analysis: 8.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "Output file black content acceptable (8.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Original Size: 2596.81 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Encoded Size: 330.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Reduction: 12.7% of original (87.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T20:27:22Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T20:27:29Z", "level": "INFO", "message": "Moved Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv → Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Type: ANIME | Show: Gachiakuta (2025)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Size: 2596.81MB → 330.26MB (12.7% of original, 87.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "Deleted original and processing copy for Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T20:27:32Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T20:28:31Z", "level": "INFO", "message": "Copied Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv: 3002.24 MB in 59s @ 50.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T20:28:31Z", "level": "INFO", "message": "Copied Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T20:28:32Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T20:28:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "FFmpeg output (full):", "module": "encode_engine", "function": "run_ffmpeg", "line": 499} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "ffmpeg version 2025-10-01-git-1a02412170-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " built with gcc 15.2.0 (Rev8, Built by MSYS2 project)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-lcms2 --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-libdvdnav --enable-libdvdread --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-liboapv --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-openal --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint --enable-whisper", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavutil 60. 13.100 / 60. 13.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavcodec 62. 16.100 / 62. 16.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavformat 62. 6.100 / 62. 6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavdevice 62. 2.100 / 62. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libavfilter 11. 9.100 / 11. 9.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libswscale 9. 3.100 / 9. 3.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " libswresample 6. 2.100 / 6. 2.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Input #0, matroska,webm, from 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Gachiakuta - S01E02 - The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : libebml v1.4.5 + libmatroska v1.7.1 + muxtools v0.2.3", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " creation_time : 2026-07-27T07:56:21.000000Z", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DESCRIPTION : The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TVDB : 450537", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TMDB : tv/256721", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " IMDB : tt32612521", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DATE_RELEASED : 2025-07-13", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Duration: 00:23:40.01, start: -0.007000, bitrate: 17735 kb/s", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:0: start 0.000000, end 41.020000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Prologue", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:1: start 41.020000, end 130.990000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : OP", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:2: start 130.990000, end 740.970000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:3: start 740.970000, end 1329.980000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part B", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:4: start 1329.980000, end 1420.002000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : ED", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0(jpn): Video: hevc (Main 10), yuv420p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : BD1080p", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 16175707", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.002000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 34046", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2871192067", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1(jpn): Audio: opus, 48000 Hz, stereo, fltp, start -0.007000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Japanese Opus 2.0", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 183132", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.009000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 71001", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 32506156", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: eac3, 48000 Hz, stereo, fltp, 224 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : English E-AC3 2.0 [AMZN]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:39.968000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 44374", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 39759104", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: ass (ssa), start -0.007000 (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [CR](Modified)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347743", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.040000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360970", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61291503", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: ass (ssa), start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347776", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.020000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360974", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61296481", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: ass (ssa), start -0.007000 (forced)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Signs & Songs [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 357581", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:22:50.900000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360715", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61275994", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:6: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Arial.ttf", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:7: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : BeatMark-Medium.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:8: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Grain.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:9: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GrimeSlime-Dripping.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:10: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GrimeSlime.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:11: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Impact.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:12: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : KingJackStyle.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:13: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Leander.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:14: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : MostWazted.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:15: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Quantico-Bold.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:16: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : SplitSplatSplodge-Bold.TTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:17: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : A-OTFGothicMB101Pr5DB-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:18: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AAnotherTag.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:19: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AerosoldierBasicPERSONALUSE.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:20: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AerosoldierSpraySymbolPERS.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:21: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : AP-OTFA1GothicStdB-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:22: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : Graffiti-blok1.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:23: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GraffitiCity.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:24: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : GraffitiYouth.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:25: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : ITCStoneSansStdMedium-SemiBold.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:26: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : ITCStoneSansStdMedium-SemiBoldItalic.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:27: Attachment: ttf, start -0.007000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : SparticalGraffitiPERSONALUSE.OTF", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : application/x-truetype-font", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:28: Video: mjpeg (Baseline), yuvj422p(pc, bt470bg/unknown/unknown), 780x439 [SAR 72:72 DAR 780:439], 90k tbr, 90k tbn, start -0.007000 (attached pic)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " filename : cover_land.jpg", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " mimetype : image/jpeg", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Stream mapping:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_nvenc))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1 -> #0:1 (opus (native) -> aac (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2 -> #0:2 (eac3 (native) -> aac (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3 -> #0:3 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4 -> #0:4 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5 -> #0:5 (ass (ssa) -> subrip (native))", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Press [q] to stop, [?] for help", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Output #0, matroska, to 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez - [EHX].mkv':", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Gachiakuta - S01E02 - The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " IMDB : tt32612521", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DATE_RELEASED : 2025-07-13", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DESCRIPTION : The Inhabited", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TVDB : 450537", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " TMDB : tv/256721", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavf62.6.100", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapters:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:0: start 0.007000, end 41.027000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Prologue", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:1: start 41.027000, end 130.997000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : OP", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:2: start 130.997000, end 740.977000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:3: start 740.977000, end 1329.987000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Part B", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Chapter #0:4: start 1329.987000, end 1420.009000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : ED", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:0(jpn): Video: hevc (Main 10), p010le(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 hevc_nvenc", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : BD1080p", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 16175707", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.002000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 34046", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 2871192067", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Side data:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " CPB properties: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:1(jpn): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 192 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 aac", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 183132", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:40.009000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 71001", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 32506156", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:2(eng): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 192 kb/s (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 aac", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 224000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:39.968000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 44374", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 39759104", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:3(eng): Subtitle: subrip (default)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [CR](Modified)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347743", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.040000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360970", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61291503", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:4(eng): Subtitle: subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Full Subtitles [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 347776", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:23:30.020000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360974", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61296481", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Stream #0:5(eng): Subtitle: subrip (forced)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " Metadata:", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " encoder : Lavc62.16.100 subrip", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " title : Signs & Songs [Starbez]", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " BPS : 357581", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " DURATION : 00:22:50.900000000", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_FRAMES: 360715", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " NUMBER_OF_BYTES : 61275994", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_WRITING_DATE_UTC: 2026-07-27 07:56:21", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": " _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 26 fps=0.0 q=21.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 122 fps=120 q=21.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:01.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 220 fps=143 q=24.0 size= 4KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:01.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 319 fps=156 q=24.0 size= 256KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:02.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 417 fps=163 q=24.0 size= 256KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:02.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 515 fps=167 q=24.0 size= 512KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:03.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 613 fps=170 q=24.0 size= 768KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:03.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 711 fps=173 q=24.0 size= 1280KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:04.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 810 fps=175 q=24.0 size= 1792KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:04.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 909 fps=177 q=23.0 size= 1792KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:05.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 976 fps=172 q=21.0 size= 2560KiB time=00:00:40.58 bitrate= 516.8kbits/s speed=7.17x elapsed=0:00:05.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1010 fps=164 q=25.0 size= 3584KiB time=00:00:42.00 bitrate= 699.0kbits/s speed= 6.8x elapsed=0:00:06.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1027 fps=153 q=25.0 size= 3584KiB time=00:00:42.70 bitrate= 687.4kbits/s speed=6.38x elapsed=0:00:06.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1047 fps=145 q=27.0 size= 3584KiB time=00:00:43.54 bitrate= 674.3kbits/s speed=6.04x elapsed=0:00:07.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1063 fps=138 q=27.0 size= 3584KiB time=00:00:44.21 bitrate= 664.1kbits/s speed=5.73x elapsed=0:00:07.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1067 fps=130 q=28.0 size= 8704KiB time=00:00:44.37 bitrate=1606.7kbits/s speed=5.39x elapsed=0:00:08.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1069 fps=122 q=28.0 size= 8704KiB time=00:00:44.46 bitrate=1603.7kbits/s speed=5.08x elapsed=0:00:08.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1082 fps=117 q=24.0 size= 8704KiB time=00:00:45.00 bitrate=1584.4kbits/s speed=4.86x elapsed=0:00:09.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1093 fps=112 q=27.0 size= 8704KiB time=00:00:45.46 bitrate=1568.4kbits/s speed=4.65x elapsed=0:00:09.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1106 fps=107 q=25.0 size= 8704KiB time=00:00:46.00 bitrate=1549.9kbits/s speed=4.47x elapsed=0:00:10.29", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1109 fps=103 q=26.0 size= 8704KiB time=00:00:46.12 bitrate=1545.7kbits/s speed=4.26x elapsed=0:00:10.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1126 fps= 99 q=22.0 size= 8704KiB time=00:00:46.83 bitrate=1522.3kbits/s speed=4.13x elapsed=0:00:11.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1128 fps= 95 q=25.0 size= 8704KiB time=00:00:46.92 bitrate=1519.6kbits/s speed=3.96x elapsed=0:00:11.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1129 fps= 91 q=22.0 size= 8704KiB time=00:00:46.96 bitrate=1518.3kbits/s speed= 3.8x elapsed=0:00:12.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1131 fps= 88 q=25.0 size= 8704KiB time=00:00:47.04 bitrate=1515.6kbits/s speed=3.65x elapsed=0:00:12.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1137 fps= 85 q=21.0 size= 8704KiB time=00:00:47.29 bitrate=1507.6kbits/s speed=3.53x elapsed=0:00:13.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1147 fps= 82 q=24.0 size= 13824KiB time=00:00:47.71 bitrate=2373.4kbits/s speed=3.43x elapsed=0:00:13.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1154 fps= 80 q=21.0 size= 13824KiB time=00:00:48.00 bitrate=2359.0kbits/s speed=3.33x elapsed=0:00:14.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1164 fps= 78 q=25.0 size= 13824KiB time=00:00:48.42 bitrate=2338.7kbits/s speed=3.24x elapsed=0:00:14.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1170 fps= 76 q=21.0 size= 13824KiB time=00:00:48.67 bitrate=2326.6kbits/s speed=3.15x elapsed=0:00:15.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1172 fps= 73 q=25.0 size= 13824KiB time=00:00:48.75 bitrate=2322.7kbits/s speed=3.05x elapsed=0:00:15.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1174 fps= 71 q=22.0 size= 13824KiB time=00:00:48.84 bitrate=2318.7kbits/s speed=2.96x elapsed=0:00:16.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1189 fps= 70 q=26.0 size= 13824KiB time=00:00:49.46 bitrate=2289.4kbits/s speed=2.91x elapsed=0:00:17.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1190 fps= 68 q=26.0 size= 13824KiB time=00:00:49.50 bitrate=2287.4kbits/s speed=2.83x elapsed=0:00:17.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1191 fps= 66 q=26.0 size= 13824KiB time=00:00:49.54 bitrate=2285.5kbits/s speed=2.75x elapsed=0:00:18.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1192 fps= 64 q=26.0 size= 13824KiB time=00:00:49.59 bitrate=2283.6kbits/s speed=2.67x elapsed=0:00:18.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1193 fps= 63 q=23.0 size= 13824KiB time=00:00:49.63 bitrate=2281.7kbits/s speed= 2.6x elapsed=0:00:19.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1199 fps= 61 q=26.0 size= 13824KiB time=00:00:49.88 bitrate=2270.2kbits/s speed=2.55x elapsed=0:00:19.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1206 fps= 60 q=23.0 size= 13824KiB time=00:00:50.17 bitrate=2257.0kbits/s speed= 2.5x elapsed=0:00:20.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1215 fps= 59 q=26.0 size= 18944KiB time=00:00:50.55 bitrate=3070.0kbits/s speed=2.45x elapsed=0:00:20.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1223 fps= 58 q=26.0 size= 18944KiB time=00:00:50.88 bitrate=3049.9kbits/s speed=2.41x elapsed=0:00:21.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1230 fps= 57 q=23.0 size= 18944KiB time=00:00:51.17 bitrate=3032.5kbits/s speed=2.36x elapsed=0:00:21.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1233 fps= 56 q=23.0 size= 18944KiB time=00:00:51.30 bitrate=3025.1kbits/s speed=2.32x elapsed=0:00:22.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1235 fps= 54 q=27.0 size= 18944KiB time=00:00:51.38 bitrate=3020.1kbits/s speed=2.27x elapsed=0:00:22.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1236 fps= 53 q=27.0 size= 18944KiB time=00:00:51.42 bitrate=3017.7kbits/s speed=2.22x elapsed=0:00:23.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1238 fps= 52 q=27.0 size= 18944KiB time=00:00:51.55 bitrate=3010.4kbits/s speed=2.17x elapsed=0:00:23.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1239 fps= 51 q=27.0 size= 18944KiB time=00:00:51.55 bitrate=3010.4kbits/s speed=2.13x elapsed=0:00:24.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1240 fps= 50 q=27.0 size= 18944KiB time=00:00:51.59 bitrate=3007.9kbits/s speed=2.09x elapsed=0:00:24.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1242 fps= 49 q=23.0 size= 18944KiB time=00:00:51.67 bitrate=3003.1kbits/s speed=2.05x elapsed=0:00:25.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1243 fps= 48 q=27.0 size= 18944KiB time=00:00:51.71 bitrate=3000.7kbits/s speed=2.01x elapsed=0:00:25.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1247 fps= 47 q=27.0 size= 18944KiB time=00:00:51.88 bitrate=2991.0kbits/s speed=1.97x elapsed=0:00:26.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1256 fps= 47 q=27.0 size= 22528KiB time=00:00:52.26 bitrate=3531.3kbits/s speed=1.95x elapsed=0:00:26.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1265 fps= 46 q=24.0 size= 22528KiB time=00:00:52.71 bitrate=3500.6kbits/s speed=1.93x elapsed=0:00:27.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1275 fps= 46 q=26.0 size= 22528KiB time=00:00:53.13 bitrate=3473.1kbits/s speed=1.91x elapsed=0:00:27.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1279 fps= 45 q=27.0 size= 22528KiB time=00:00:53.21 bitrate=3467.7kbits/s speed=1.88x elapsed=0:00:28.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1281 fps= 44 q=22.0 size= 22528KiB time=00:00:53.38 bitrate=3456.8kbits/s speed=1.85x elapsed=0:00:28.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1282 fps= 44 q=22.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.82x elapsed=0:00:29.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1284 fps= 43 q=22.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.79x elapsed=0:00:29.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1330 fps= 44 q=24.0 size= 22528KiB time=00:00:53.39 bitrate=3456.2kbits/s speed=1.76x elapsed=0:00:30.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1378 fps= 45 q=26.0 size= 26624KiB time=00:00:57.34 bitrate=3803.1kbits/s speed=1.85x elapsed=0:00:30.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1390 fps= 44 q=27.0 size= 26624KiB time=00:00:57.84 bitrate=3770.2kbits/s speed=1.84x elapsed=0:00:31.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1394 fps= 44 q=29.0 size= 26624KiB time=00:00:58.09 bitrate=3754.0kbits/s speed=1.82x elapsed=0:00:31.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1412 fps= 43 q=32.0 size= 26624KiB time=00:00:58.85 bitrate=3706.1kbits/s speed=1.81x elapsed=0:00:32.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1441 fps= 44 q=28.0 size= 26624KiB time=00:00:58.89 bitrate=3703.1kbits/s speed=1.79x elapsed=0:00:32.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1504 fps= 45 q=24.0 size= 30720KiB time=00:01:02.60 bitrate=4019.8kbits/s speed=1.87x elapsed=0:00:33.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1535 fps= 45 q=27.0 size= 30720KiB time=00:01:03.89 bitrate=3938.5kbits/s speed=1.88x elapsed=0:00:34.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1540 fps= 45 q=26.0 size= 30720KiB time=00:01:04.10 bitrate=3925.7kbits/s speed=1.86x elapsed=0:00:34.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1541 fps= 44 q=22.0 size= 30720KiB time=00:01:04.14 bitrate=3923.1kbits/s speed=1.83x elapsed=0:00:35.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1541 fps= 43 q=22.0 size= 30720KiB time=00:01:04.14 bitrate=3923.1kbits/s speed= 1.8x elapsed=0:00:35.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1542 fps= 43 q=25.0 size= 30720KiB time=00:01:04.18 bitrate=3920.6kbits/s speed=1.78x elapsed=0:00:36.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1542 fps= 42 q=25.0 size= 30720KiB time=00:01:04.18 bitrate=3920.6kbits/s speed=1.75x elapsed=0:00:36.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1543 fps= 42 q=25.0 size= 30720KiB time=00:01:04.23 bitrate=3918.0kbits/s speed=1.73x elapsed=0:00:37.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1543 fps= 41 q=25.0 size= 30720KiB time=00:01:04.23 bitrate=3918.0kbits/s speed=1.71x elapsed=0:00:37.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1544 fps= 40 q=25.0 size= 30720KiB time=00:01:04.27 bitrate=3915.5kbits/s speed=1.68x elapsed=0:00:38.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1544 fps= 40 q=25.0 size= 30720KiB time=00:01:04.27 bitrate=3915.5kbits/s speed=1.66x elapsed=0:00:38.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1545 fps= 39 q=22.0 size= 30720KiB time=00:01:04.31 bitrate=3912.9kbits/s speed=1.64x elapsed=0:00:39.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1545 fps= 39 q=22.0 size= 30720KiB time=00:01:04.31 bitrate=3912.9kbits/s speed=1.62x elapsed=0:00:39.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1549 fps= 39 q=22.0 size= 30720KiB time=00:01:04.48 bitrate=3902.8kbits/s speed= 1.6x elapsed=0:00:40.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1554 fps= 38 q=24.0 size= 30720KiB time=00:01:04.68 bitrate=3890.2kbits/s speed=1.59x elapsed=0:00:40.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1557 fps= 38 q=24.0 size= 30720KiB time=00:01:04.81 bitrate=3882.7kbits/s speed=1.57x elapsed=0:00:41.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1561 fps= 37 q=21.0 size= 30720KiB time=00:01:04.98 bitrate=3872.8kbits/s speed=1.56x elapsed=0:00:41.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1565 fps= 37 q=25.0 size= 30720KiB time=00:01:05.14 bitrate=3862.8kbits/s speed=1.54x elapsed=0:00:42.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1565 fps= 37 q=25.0 size= 30720KiB time=00:01:05.14 bitrate=3862.8kbits/s speed=1.52x elapsed=0:00:42.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1569 fps= 36 q=21.0 size= 30720KiB time=00:01:05.31 bitrate=3853.0kbits/s speed=1.51x elapsed=0:00:43.29", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1572 fps= 36 q=24.0 size= 30720KiB time=00:01:05.44 bitrate=3845.6kbits/s speed=1.49x elapsed=0:00:43.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1574 fps= 36 q=24.0 size= 30720KiB time=00:01:05.52 bitrate=3840.7kbits/s speed=1.48x elapsed=0:00:44.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1577 fps= 35 q=21.0 size= 30720KiB time=00:01:05.64 bitrate=3833.4kbits/s speed=1.46x elapsed=0:00:44.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1580 fps= 35 q=24.0 size= 30720KiB time=00:01:05.77 bitrate=3826.1kbits/s speed=1.45x elapsed=0:00:45.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1584 fps= 35 q=24.0 size= 30720KiB time=00:01:05.94 bitrate=3816.4kbits/s speed=1.44x elapsed=0:00:45.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1586 fps= 34 q=24.0 size= 30720KiB time=00:01:06.02 bitrate=3811.6kbits/s speed=1.42x elapsed=0:00:46.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1590 fps= 34 q=24.0 size= 30720KiB time=00:01:06.19 bitrate=3802.0kbits/s speed=1.41x elapsed=0:00:46.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1593 fps= 34 q=22.0 size= 30720KiB time=00:01:06.31 bitrate=3794.8kbits/s speed= 1.4x elapsed=0:00:47.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1597 fps= 33 q=26.0 size= 30720KiB time=00:01:06.48 bitrate=3785.3kbits/s speed=1.39x elapsed=0:00:47.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1601 fps= 33 q=22.0 size= 35840KiB time=00:01:06.64 bitrate=4405.1kbits/s speed=1.38x elapsed=0:00:48.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1601 fps= 33 q=22.0 size= 35840KiB time=00:01:06.64 bitrate=4405.1kbits/s speed=1.36x elapsed=0:00:48.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.35x elapsed=0:00:49.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.33x elapsed=0:00:50.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1602 fps= 32 q=25.0 size= 35840KiB time=00:01:06.69 bitrate=4402.4kbits/s speed=1.32x elapsed=0:00:50.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.31x elapsed=0:00:51.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.29x elapsed=0:00:51.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1603 fps= 31 q=24.0 size= 35840KiB time=00:01:06.73 bitrate=4399.6kbits/s speed=1.28x elapsed=0:00:52.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1604 fps= 31 q=24.0 size= 35840KiB time=00:01:06.77 bitrate=4396.9kbits/s speed=1.27x elapsed=0:00:52.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1604 fps= 30 q=24.0 size= 35840KiB time=00:01:06.77 bitrate=4396.9kbits/s speed=1.26x elapsed=0:00:53.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 30 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.25x elapsed=0:00:53.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 30 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.23x elapsed=0:00:54.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1605 fps= 29 q=21.0 size= 35840KiB time=00:01:06.81 bitrate=4394.1kbits/s speed=1.22x elapsed=0:00:54.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1606 fps= 29 q=24.0 size= 35840KiB time=00:01:06.85 bitrate=4391.4kbits/s speed=1.21x elapsed=0:00:55.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 29 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed= 1.2x elapsed=0:00:55.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 29 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed=1.19x elapsed=0:00:56.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1607 fps= 28 q=24.0 size= 35840KiB time=00:01:06.90 bitrate=4388.6kbits/s speed=1.18x elapsed=0:00:56.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1608 fps= 28 q=24.0 size= 35840KiB time=00:01:06.94 bitrate=4385.9kbits/s speed=1.17x elapsed=0:00:57.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1608 fps= 28 q=24.0 size= 35840KiB time=00:01:06.94 bitrate=4385.9kbits/s speed=1.16x elapsed=0:00:57.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1609 fps= 28 q=21.0 size= 35840KiB time=00:01:06.98 bitrate=4383.2kbits/s speed=1.15x elapsed=0:00:58.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1613 fps= 27 q=21.0 size= 35840KiB time=00:01:07.15 bitrate=4372.3kbits/s speed=1.14x elapsed=0:00:58.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1618 fps= 27 q=24.0 size= 35840KiB time=00:01:07.35 bitrate=4358.8kbits/s speed=1.14x elapsed=0:00:59.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1622 fps= 27 q=24.0 size= 35840KiB time=00:01:07.52 bitrate=4348.0kbits/s speed=1.13x elapsed=0:00:59.79", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1626 fps= 27 q=24.0 size= 35840KiB time=00:01:07.69 bitrate=4337.3kbits/s speed=1.12x elapsed=0:01:00.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1630 fps= 27 q=24.0 size= 35840KiB time=00:01:07.85 bitrate=4326.6kbits/s speed=1.12x elapsed=0:01:00.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1635 fps= 27 q=24.0 size= 35840KiB time=00:01:08.06 bitrate=4313.4kbits/s speed=1.11x elapsed=0:01:01.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1637 fps= 26 q=24.0 size= 35840KiB time=00:01:08.15 bitrate=4308.1kbits/s speed= 1.1x elapsed=0:01:01.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1638 fps= 26 q=24.0 size= 35840KiB time=00:01:08.19 bitrate=4305.4kbits/s speed=1.09x elapsed=0:01:02.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.08x elapsed=0:01:02.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.08x elapsed=0:01:03.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 26 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.07x elapsed=0:01:03.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 25 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.06x elapsed=0:01:04.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1639 fps= 25 q=24.0 size= 35840KiB time=00:01:08.23 bitrate=4302.8kbits/s speed=1.05x elapsed=0:01:04.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.04x elapsed=0:01:05.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.03x elapsed=0:01:05.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 25 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.03x elapsed=0:01:06.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.02x elapsed=0:01:07.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=1.01x elapsed=0:01:07.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed= 1x elapsed=0:01:08.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.996x elapsed=0:01:08.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.988x elapsed=0:01:09.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1640 fps= 24 q=24.0 size= 35840KiB time=00:01:08.27 bitrate=4300.2kbits/s speed=0.981x elapsed=0:01:09.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1641 fps= 23 q=21.0 size= 35840KiB time=00:01:08.31 bitrate=4297.6kbits/s speed=0.974x elapsed=0:01:10.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1641 fps= 23 q=21.0 size= 35840KiB time=00:01:08.31 bitrate=4297.6kbits/s speed=0.967x elapsed=0:01:10.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1643 fps= 23 q=24.0 size= 35840KiB time=00:01:08.40 bitrate=4292.3kbits/s speed=0.961x elapsed=0:01:11.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1645 fps= 23 q=24.0 size= 35840KiB time=00:01:08.48 bitrate=4287.1kbits/s speed=0.956x elapsed=0:01:11.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1649 fps= 23 q=24.0 size= 35840KiB time=00:01:08.65 bitrate=4276.7kbits/s speed=0.951x elapsed=0:01:12.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1649 fps= 23 q=24.0 size= 35840KiB time=00:01:08.65 bitrate=4276.7kbits/s speed=0.944x elapsed=0:01:12.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1652 fps= 23 q=24.0 size= 35840KiB time=00:01:08.77 bitrate=4268.9kbits/s speed=0.939x elapsed=0:01:13.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1655 fps= 22 q=24.0 size= 35840KiB time=00:01:08.90 bitrate=4261.1kbits/s speed=0.935x elapsed=0:01:13.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1659 fps= 22 q=24.0 size= 35840KiB time=00:01:09.06 bitrate=4250.8kbits/s speed=0.93x elapsed=0:01:14.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1663 fps= 22 q=24.0 size= 35840KiB time=00:01:09.23 bitrate=4240.6kbits/s speed=0.926x elapsed=0:01:14.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1665 fps= 22 q=21.0 size= 35840KiB time=00:01:09.31 bitrate=4235.5kbits/s speed=0.921x elapsed=0:01:15.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1669 fps= 22 q=24.0 size= 35840KiB time=00:01:09.48 bitrate=4225.3kbits/s speed=0.917x elapsed=0:01:15.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1674 fps= 22 q=21.0 size= 40960KiB time=00:01:09.69 bitrate=4814.5kbits/s speed=0.913x elapsed=0:01:16.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1676 fps= 22 q=24.0 size= 40960KiB time=00:01:09.77 bitrate=4808.7kbits/s speed=0.908x elapsed=0:01:16.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1679 fps= 22 q=24.0 size= 40960KiB time=00:01:09.90 bitrate=4800.1kbits/s speed=0.904x elapsed=0:01:17.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1682 fps= 22 q=25.0 size= 40960KiB time=00:01:10.02 bitrate=4791.6kbits/s speed= 0.9x elapsed=0:01:17.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.894x elapsed=0:01:18.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.888x elapsed=0:01:18.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.883x elapsed=0:01:19.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1683 fps= 21 q=25.0 size= 40960KiB time=00:01:10.07 bitrate=4788.7kbits/s speed=0.877x elapsed=0:01:19.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.872x elapsed=0:01:20.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.866x elapsed=0:01:20.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.861x elapsed=0:01:21.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1684 fps= 21 q=26.0 size= 40960KiB time=00:01:10.11 bitrate=4785.9kbits/s speed=0.855x elapsed=0:01:21.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.85x elapsed=0:01:22.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.845x elapsed=0:01:23.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.84x elapsed=0:01:23.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.835x elapsed=0:01:24.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.83x elapsed=0:01:24.54", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.825x elapsed=0:01:25.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.82x elapsed=0:01:25.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 20 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.815x elapsed=0:01:26.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.81x elapsed=0:01:26.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed=0.805x elapsed=0:01:27.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1685 fps= 19 q=22.0 size= 40960KiB time=00:01:10.15 bitrate=4783.0kbits/s speed= 0.8x elapsed=0:01:27.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.796x elapsed=0:01:28.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.792x elapsed=0:01:28.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.787x elapsed=0:01:29.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.782x elapsed=0:01:29.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.778x elapsed=0:01:30.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 19 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.774x elapsed=0:01:30.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.769x elapsed=0:01:31.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.765x elapsed=0:01:31.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.761x elapsed=0:01:32.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.756x elapsed=0:01:32.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1686 fps= 18 q=22.0 size= 40960KiB time=00:01:10.19 bitrate=4780.2kbits/s speed=0.752x elapsed=0:01:33.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1687 fps= 18 q=25.0 size= 40960KiB time=00:01:10.23 bitrate=4777.3kbits/s speed=0.749x elapsed=0:01:33.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1688 fps= 18 q=25.0 size= 40960KiB time=00:01:10.27 bitrate=4774.5kbits/s speed=0.745x elapsed=0:01:34.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1690 fps= 18 q=25.0 size= 40960KiB time=00:01:10.36 bitrate=4768.8kbits/s speed=0.742x elapsed=0:01:34.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1693 fps= 18 q=22.0 size= 40960KiB time=00:01:10.48 bitrate=4760.4kbits/s speed=0.739x elapsed=0:01:35.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1694 fps= 18 q=24.0 size= 40960KiB time=00:01:10.52 bitrate=4757.6kbits/s speed=0.735x elapsed=0:01:35.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1695 fps= 18 q=24.0 size= 40960KiB time=00:01:10.57 bitrate=4754.7kbits/s speed=0.732x elapsed=0:01:36.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1698 fps= 18 q=24.0 size= 40960KiB time=00:01:10.69 bitrate=4746.3kbits/s speed=0.729x elapsed=0:01:36.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1700 fps= 17 q=24.0 size= 40960KiB time=00:01:10.77 bitrate=4740.7kbits/s speed=0.726x elapsed=0:01:37.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1702 fps= 17 q=21.0 size= 40960KiB time=00:01:10.86 bitrate=4735.1kbits/s speed=0.723x elapsed=0:01:37.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1702 fps= 17 q=21.0 size= 40960KiB time=00:01:10.86 bitrate=4735.1kbits/s speed=0.72x elapsed=0:01:38.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1704 fps= 17 q=24.0 size= 40960KiB time=00:01:10.94 bitrate=4729.6kbits/s speed=0.717x elapsed=0:01:38.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1706 fps= 17 q=21.0 size= 40960KiB time=00:01:11.02 bitrate=4724.0kbits/s speed=0.714x elapsed=0:01:39.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1708 fps= 17 q=24.0 size= 40960KiB time=00:01:11.11 bitrate=4718.5kbits/s speed=0.711x elapsed=0:01:40.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1709 fps= 17 q=24.0 size= 40960KiB time=00:01:11.15 bitrate=4715.7kbits/s speed=0.708x elapsed=0:01:40.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1711 fps= 17 q=24.0 size= 40960KiB time=00:01:11.23 bitrate=4710.2kbits/s speed=0.705x elapsed=0:01:41.05", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1713 fps= 17 q=21.0 size= 40960KiB time=00:01:11.32 bitrate=4704.7kbits/s speed=0.702x elapsed=0:01:41.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1715 fps= 17 q=24.0 size= 40960KiB time=00:01:11.40 bitrate=4699.2kbits/s speed=0.699x elapsed=0:01:42.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1717 fps= 17 q=21.0 size= 40960KiB time=00:01:11.48 bitrate=4693.7kbits/s speed=0.697x elapsed=0:01:42.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1718 fps= 17 q=21.0 size= 40960KiB time=00:01:11.52 bitrate=4691.0kbits/s speed=0.694x elapsed=0:01:43.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1720 fps= 17 q=24.0 size= 40960KiB time=00:01:11.61 bitrate=4685.5kbits/s speed=0.691x elapsed=0:01:43.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1722 fps= 17 q=24.0 size= 40960KiB time=00:01:11.69 bitrate=4680.1kbits/s speed=0.688x elapsed=0:01:44.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1724 fps= 16 q=24.0 size= 40960KiB time=00:01:11.78 bitrate=4674.6kbits/s speed=0.686x elapsed=0:01:44.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1726 fps= 16 q=21.0 size= 40960KiB time=00:01:11.86 bitrate=4669.2kbits/s speed=0.683x elapsed=0:01:45.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1727 fps= 16 q=24.0 size= 40960KiB time=00:01:11.94 bitrate=4663.8kbits/s speed=0.681x elapsed=0:01:45.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1728 fps= 16 q=21.0 size= 40960KiB time=00:01:11.98 bitrate=4661.1kbits/s speed=0.678x elapsed=0:01:46.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1730 fps= 16 q=24.0 size= 46080KiB time=00:01:12.07 bitrate=5237.6kbits/s speed=0.675x elapsed=0:01:46.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1731 fps= 16 q=24.0 size= 46080KiB time=00:01:12.07 bitrate=5237.6kbits/s speed=0.672x elapsed=0:01:47.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1733 fps= 16 q=24.0 size= 46080KiB time=00:01:12.15 bitrate=5231.6kbits/s speed=0.67x elapsed=0:01:47.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1735 fps= 16 q=24.0 size= 46080KiB time=00:01:12.23 bitrate=5225.5kbits/s speed=0.667x elapsed=0:01:48.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1737 fps= 16 q=24.0 size= 46080KiB time=00:01:12.32 bitrate=5219.5kbits/s speed=0.665x elapsed=0:01:48.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1738 fps= 16 q=21.0 size= 46080KiB time=00:01:12.36 bitrate=5216.5kbits/s speed=0.662x elapsed=0:01:49.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1738 fps= 16 q=21.0 size= 46080KiB time=00:01:12.36 bitrate=5216.5kbits/s speed=0.659x elapsed=0:01:49.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1740 fps= 16 q=24.0 size= 46080KiB time=00:01:12.44 bitrate=5210.5kbits/s speed=0.657x elapsed=0:01:50.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.654x elapsed=0:01:50.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.651x elapsed=0:01:51.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1742 fps= 16 q=21.0 size= 46080KiB time=00:01:12.53 bitrate=5204.5kbits/s speed=0.648x elapsed=0:01:51.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 16 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.646x elapsed=0:01:52.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.643x elapsed=0:01:52.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.64x elapsed=0:01:53.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.637x elapsed=0:01:53.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.634x elapsed=0:01:54.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.631x elapsed=0:01:54.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.628x elapsed=0:01:55.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.626x elapsed=0:01:56.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.623x elapsed=0:01:56.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.62x elapsed=0:01:57.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.617x elapsed=0:01:57.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.615x elapsed=0:01:58.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1743 fps= 15 q=24.0 size= 46080KiB time=00:01:12.57 bitrate=5201.5kbits/s speed=0.612x elapsed=0:01:58.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.61x elapsed=0:01:59.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.607x elapsed=0:01:59.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 15 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.604x elapsed=0:02:00.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1744 fps= 14 q=24.0 size= 46080KiB time=00:01:12.61 bitrate=5198.5kbits/s speed=0.602x elapsed=0:02:00.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed= 0.6x elapsed=0:02:01.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed=0.597x elapsed=0:02:01.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1745 fps= 14 q=24.0 size= 46080KiB time=00:01:12.65 bitrate=5195.5kbits/s speed=0.595x elapsed=0:02:02.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1746 fps= 14 q=24.0 size= 46080KiB time=00:01:12.69 bitrate=5192.6kbits/s speed=0.592x elapsed=0:02:02.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1747 fps= 14 q=24.0 size= 46080KiB time=00:01:12.73 bitrate=5189.6kbits/s speed=0.59x elapsed=0:02:03.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1751 fps= 14 q=20.0 size= 46080KiB time=00:01:12.90 bitrate=5177.7kbits/s speed=0.589x elapsed=0:02:03.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1754 fps= 14 q=24.0 size= 48384KiB time=00:01:13.03 bitrate=5427.3kbits/s speed=0.588x elapsed=0:02:04.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1760 fps= 14 q=21.0 size= 48384KiB time=00:01:13.28 bitrate=5408.8kbits/s speed=0.587x elapsed=0:02:04.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1763 fps= 14 q=25.0 size= 48384KiB time=00:01:13.40 bitrate=5399.5kbits/s speed=0.586x elapsed=0:02:05.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1768 fps= 14 q=21.0 size= 48384KiB time=00:01:13.61 bitrate=5384.2kbits/s speed=0.585x elapsed=0:02:05.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1768 fps= 14 q=21.0 size= 48384KiB time=00:01:13.61 bitrate=5384.2kbits/s speed=0.583x elapsed=0:02:06.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1769 fps= 14 q=27.0 size= 48384KiB time=00:01:13.65 bitrate=5381.2kbits/s speed=0.581x elapsed=0:02:06.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1769 fps= 14 q=27.0 size= 48384KiB time=00:01:13.65 bitrate=5381.2kbits/s speed=0.578x elapsed=0:02:07.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1770 fps= 14 q=28.0 size= 48384KiB time=00:01:13.69 bitrate=5378.1kbits/s speed=0.576x elapsed=0:02:07.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1771 fps= 14 q=28.0 size= 48384KiB time=00:01:13.74 bitrate=5375.1kbits/s speed=0.574x elapsed=0:02:08.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1772 fps= 14 q=26.0 size= 48384KiB time=00:01:13.78 bitrate=5372.1kbits/s speed=0.572x elapsed=0:02:08.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.571x elapsed=0:02:09.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.569x elapsed=0:02:09.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.566x elapsed=0:02:10.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1774 fps= 14 q=31.0 size= 48384KiB time=00:01:13.86 bitrate=5366.0kbits/s speed=0.564x elapsed=0:02:10.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 14 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.562x elapsed=0:02:11.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.56x elapsed=0:02:11.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.558x elapsed=0:02:12.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1775 fps= 13 q=31.0 size= 48384KiB time=00:01:13.90 bitrate=5363.0kbits/s speed=0.556x elapsed=0:02:13.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.554x elapsed=0:02:13.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.552x elapsed=0:02:14.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1776 fps= 13 q=28.0 size= 48384KiB time=00:01:13.94 bitrate=5359.9kbits/s speed=0.55x elapsed=0:02:14.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.548x elapsed=0:02:15.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.546x elapsed=0:02:15.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1777 fps= 13 q=31.0 size= 48384KiB time=00:01:13.99 bitrate=5356.9kbits/s speed=0.544x elapsed=0:02:16.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.542x elapsed=0:02:16.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.54x elapsed=0:02:17.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.538x elapsed=0:02:17.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1778 fps= 13 q=31.0 size= 48384KiB time=00:01:14.03 bitrate=5353.9kbits/s speed=0.536x elapsed=0:02:18.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.534x elapsed=0:02:18.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.532x elapsed=0:02:19.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1779 fps= 13 q=31.0 size= 48384KiB time=00:01:14.07 bitrate=5350.9kbits/s speed=0.53x elapsed=0:02:19.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1780 fps= 13 q=32.0 size= 48384KiB time=00:01:14.11 bitrate=5347.9kbits/s speed=0.528x elapsed=0:02:20.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1782 fps= 13 q=32.0 size= 48384KiB time=00:01:14.19 bitrate=5341.9kbits/s speed=0.527x elapsed=0:02:20.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1784 fps= 13 q=29.0 size= 48384KiB time=00:01:14.28 bitrate=5335.9kbits/s speed=0.526x elapsed=0:02:21.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1786 fps= 13 q=32.0 size= 48384KiB time=00:01:14.36 bitrate=5329.9kbits/s speed=0.524x elapsed=0:02:21.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1788 fps= 13 q=29.0 size= 48384KiB time=00:01:14.44 bitrate=5323.9kbits/s speed=0.523x elapsed=0:02:22.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1790 fps= 13 q=32.0 size= 48384KiB time=00:01:14.53 bitrate=5318.0kbits/s speed=0.522x elapsed=0:02:22.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1791 fps= 12 q=32.0 size= 48384KiB time=00:01:14.57 bitrate=5315.0kbits/s speed=0.52x elapsed=0:02:23.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1793 fps= 12 q=32.0 size= 48384KiB time=00:01:14.65 bitrate=5309.0kbits/s speed=0.519x elapsed=0:02:23.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1794 fps= 12 q=32.0 size= 48384KiB time=00:01:14.69 bitrate=5306.1kbits/s speed=0.517x elapsed=0:02:24.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1796 fps= 12 q=28.0 size= 48384KiB time=00:01:14.78 bitrate=5300.2kbits/s speed=0.516x elapsed=0:02:24.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1798 fps= 12 q=32.0 size= 48384KiB time=00:01:14.86 bitrate=5294.2kbits/s speed=0.515x elapsed=0:02:25.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1800 fps= 12 q=32.0 size= 48384KiB time=00:01:14.94 bitrate=5288.4kbits/s speed=0.514x elapsed=0:02:25.91", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1802 fps= 12 q=32.0 size= 48384KiB time=00:01:15.03 bitrate=5282.5kbits/s speed=0.512x elapsed=0:02:26.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1804 fps= 12 q=32.0 size= 48384KiB time=00:01:15.11 bitrate=5276.6kbits/s speed=0.511x elapsed=0:02:26.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1806 fps= 12 q=32.0 size= 48384KiB time=00:01:15.20 bitrate=5270.8kbits/s speed=0.51x elapsed=0:02:27.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1808 fps= 12 q=28.0 size= 53760KiB time=00:01:15.28 bitrate=5849.9kbits/s speed=0.509x elapsed=0:02:27.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1809 fps= 12 q=32.0 size= 53760KiB time=00:01:15.32 bitrate=5846.7kbits/s speed=0.507x elapsed=0:02:28.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1812 fps= 12 q=32.0 size= 53760KiB time=00:01:15.45 bitrate=5837.0kbits/s speed=0.506x elapsed=0:02:29.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1814 fps= 12 q=32.0 size= 53760KiB time=00:01:15.53 bitrate=5830.5kbits/s speed=0.505x elapsed=0:02:29.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1817 fps= 12 q=32.0 size= 53760KiB time=00:01:15.65 bitrate=5820.9kbits/s speed=0.504x elapsed=0:02:30.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1819 fps= 12 q=32.0 size= 53760KiB time=00:01:15.74 bitrate=5814.5kbits/s speed=0.503x elapsed=0:02:30.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1821 fps= 12 q=32.0 size= 53760KiB time=00:01:15.82 bitrate=5808.1kbits/s speed=0.502x elapsed=0:02:31.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1823 fps= 12 q=28.0 size= 53760KiB time=00:01:15.90 bitrate=5801.7kbits/s speed=0.501x elapsed=0:02:31.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1825 fps= 12 q=32.0 size= 53760KiB time=00:01:15.99 bitrate=5795.3kbits/s speed= 0.5x elapsed=0:02:32.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1826 fps= 12 q=32.0 size= 53760KiB time=00:01:16.03 bitrate=5792.1kbits/s speed=0.498x elapsed=0:02:32.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1828 fps= 12 q=28.0 size= 53760KiB time=00:01:16.11 bitrate=5785.8kbits/s speed=0.497x elapsed=0:02:33.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1830 fps= 12 q=32.0 size= 53760KiB time=00:01:16.20 bitrate=5779.5kbits/s speed=0.496x elapsed=0:02:33.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.495x elapsed=0:02:34.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.493x elapsed=0:02:34.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1831 fps= 12 q=32.0 size= 53760KiB time=00:01:16.24 bitrate=5776.3kbits/s speed=0.491x elapsed=0:02:35.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1832 fps= 12 q=29.0 size= 53760KiB time=00:01:16.28 bitrate=5773.1kbits/s speed=0.49x elapsed=0:02:35.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1832 fps= 12 q=29.0 size= 53760KiB time=00:01:16.28 bitrate=5773.1kbits/s speed=0.488x elapsed=0:02:36.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.487x elapsed=0:02:36.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.485x elapsed=0:02:37.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1833 fps= 12 q=32.0 size= 53760KiB time=00:01:16.32 bitrate=5770.0kbits/s speed=0.484x elapsed=0:02:37.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.482x elapsed=0:02:38.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.481x elapsed=0:02:38.79", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1834 fps= 12 q=32.0 size= 53760KiB time=00:01:16.36 bitrate=5766.8kbits/s speed=0.479x elapsed=0:02:39.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1835 fps= 11 q=32.0 size= 53760KiB time=00:01:16.40 bitrate=5763.7kbits/s speed=0.478x elapsed=0:02:39.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1835 fps= 11 q=32.0 size= 53760KiB time=00:01:16.40 bitrate=5763.7kbits/s speed=0.477x elapsed=0:02:40.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1836 fps= 11 q=28.0 size= 53760KiB time=00:01:16.45 bitrate=5760.5kbits/s speed=0.475x elapsed=0:02:40.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1836 fps= 11 q=28.0 size= 53760KiB time=00:01:16.45 bitrate=5760.5kbits/s speed=0.474x elapsed=0:02:41.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.472x elapsed=0:02:41.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.471x elapsed=0:02:42.41", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1837 fps= 11 q=32.0 size= 53760KiB time=00:01:16.49 bitrate=5757.4kbits/s speed=0.469x elapsed=0:02:42.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.468x elapsed=0:02:43.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.467x elapsed=0:02:43.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1838 fps= 11 q=32.0 size= 53760KiB time=00:01:16.53 bitrate=5754.3kbits/s speed=0.465x elapsed=0:02:44.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.464x elapsed=0:02:44.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.463x elapsed=0:02:45.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1839 fps= 11 q=32.0 size= 53760KiB time=00:01:16.57 bitrate=5751.1kbits/s speed=0.461x elapsed=0:02:46.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.46x elapsed=0:02:46.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.459x elapsed=0:02:47.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.457x elapsed=0:02:47.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.456x elapsed=0:02:48.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.454x elapsed=0:02:48.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1840 fps= 11 q=29.0 size= 53760KiB time=00:01:16.61 bitrate=5748.0kbits/s speed=0.453x elapsed=0:02:49.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.452x elapsed=0:02:49.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.451x elapsed=0:02:50.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1841 fps= 11 q=32.0 size= 53760KiB time=00:01:16.65 bitrate=5744.9kbits/s speed=0.449x elapsed=0:02:50.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1842 fps= 11 q=33.0 size= 53760KiB time=00:01:16.70 bitrate=5741.8kbits/s speed=0.448x elapsed=0:02:51.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1845 fps= 11 q=33.0 size= 53760KiB time=00:01:16.82 bitrate=5732.4kbits/s speed=0.447x elapsed=0:02:51.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1848 fps= 11 q=30.0 size= 53760KiB time=00:01:16.95 bitrate=5723.1kbits/s speed=0.447x elapsed=0:02:52.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1850 fps= 11 q=33.0 size= 53760KiB time=00:01:17.03 bitrate=5716.9kbits/s speed=0.446x elapsed=0:02:52.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1854 fps= 11 q=33.0 size= 53760KiB time=00:01:17.20 bitrate=5704.5kbits/s speed=0.446x elapsed=0:02:53.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1856 fps= 11 q=29.0 size= 53760KiB time=00:01:17.28 bitrate=5698.4kbits/s speed=0.445x elapsed=0:02:53.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1859 fps= 11 q=33.0 size= 53760KiB time=00:01:17.41 bitrate=5689.2kbits/s speed=0.444x elapsed=0:02:54.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1860 fps= 11 q=29.0 size= 53760KiB time=00:01:17.45 bitrate=5686.1kbits/s speed=0.443x elapsed=0:02:54.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1861 fps= 11 q=33.0 size= 53760KiB time=00:01:17.49 bitrate=5683.0kbits/s speed=0.442x elapsed=0:02:55.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1863 fps= 11 q=29.0 size= 53760KiB time=00:01:17.57 bitrate=5676.9kbits/s speed=0.441x elapsed=0:02:55.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1864 fps= 11 q=29.0 size= 58880KiB time=00:01:17.61 bitrate=6214.2kbits/s speed=0.44x elapsed=0:02:56.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1864 fps= 11 q=29.0 size= 58880KiB time=00:01:17.61 bitrate=6214.2kbits/s speed=0.439x elapsed=0:02:56.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1866 fps= 11 q=32.0 size= 58880KiB time=00:01:17.70 bitrate=6207.6kbits/s speed=0.438x elapsed=0:02:57.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1870 fps= 11 q=33.0 size= 58880KiB time=00:01:17.86 bitrate=6194.3kbits/s speed=0.438x elapsed=0:02:57.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1873 fps= 10 q=32.0 size= 58880KiB time=00:01:17.99 bitrate=6184.3kbits/s speed=0.437x elapsed=0:02:58.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1874 fps= 10 q=32.0 size= 58880KiB time=00:01:18.03 bitrate=6181.0kbits/s speed=0.436x elapsed=0:02:58.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1875 fps= 10 q=29.0 size= 58880KiB time=00:01:18.07 bitrate=6177.7kbits/s speed=0.435x elapsed=0:02:59.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1877 fps= 10 q=32.0 size= 58880KiB time=00:01:18.16 bitrate=6171.1kbits/s speed=0.434x elapsed=0:02:59.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1879 fps= 10 q=29.0 size= 58880KiB time=00:01:18.24 bitrate=6164.6kbits/s speed=0.434x elapsed=0:03:00.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1882 fps= 10 q=33.0 size= 58880KiB time=00:01:18.36 bitrate=6154.7kbits/s speed=0.433x elapsed=0:03:00.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1884 fps= 10 q=29.0 size= 58880KiB time=00:01:18.45 bitrate=6148.2kbits/s speed=0.432x elapsed=0:03:01.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1885 fps= 10 q=33.0 size= 58880KiB time=00:01:18.49 bitrate=6144.9kbits/s speed=0.431x elapsed=0:03:02.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1888 fps= 10 q=29.0 size= 58880KiB time=00:01:18.62 bitrate=6135.1kbits/s speed=0.431x elapsed=0:03:02.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1890 fps= 10 q=32.0 size= 58880KiB time=00:01:18.70 bitrate=6128.6kbits/s speed=0.43x elapsed=0:03:03.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1892 fps= 10 q=29.0 size= 58880KiB time=00:01:18.78 bitrate=6122.1kbits/s speed=0.429x elapsed=0:03:03.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1892 fps= 10 q=29.0 size= 58880KiB time=00:01:18.78 bitrate=6122.1kbits/s speed=0.428x elapsed=0:03:04.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.428x elapsed=0:03:04.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.427x elapsed=0:03:05.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.425x elapsed=0:03:05.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.424x elapsed=0:03:06.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.423x elapsed=0:03:06.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.422x elapsed=0:03:07.16", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.421x elapsed=0:03:07.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.42x elapsed=0:03:08.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.418x elapsed=0:03:08.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.417x elapsed=0:03:09.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.416x elapsed=0:03:09.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps= 10 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.415x elapsed=0:03:10.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1896 fps=9.9 q=29.0 size= 58880KiB time=00:01:18.95 bitrate=6109.2kbits/s speed=0.414x elapsed=0:03:10.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1897 fps=9.9 q=33.0 size= 58880KiB time=00:01:18.99 bitrate=6106.0kbits/s speed=0.413x elapsed=0:03:11.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1899 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.07 bitrate=6099.5kbits/s speed=0.412x elapsed=0:03:11.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1900 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.12 bitrate=6096.3kbits/s speed=0.411x elapsed=0:03:12.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1900 fps=9.9 q=30.0 size= 58880KiB time=00:01:19.12 bitrate=6096.3kbits/s speed=0.41x elapsed=0:03:12.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.409x elapsed=0:03:13.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.408x elapsed=0:03:13.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.407x elapsed=0:03:14.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.8 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.406x elapsed=0:03:14.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.405x elapsed=0:03:15.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.404x elapsed=0:03:15.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.403x elapsed=0:03:16.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.7 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.402x elapsed=0:03:16.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1901 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.16 bitrate=6093.1kbits/s speed=0.401x elapsed=0:03:17.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed= 0.4x elapsed=0:03:17.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.399x elapsed=0:03:18.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.6 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.398x elapsed=0:03:19.01", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.397x elapsed=0:03:19.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.396x elapsed=0:03:20.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.395x elapsed=0:03:20.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.5 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.394x elapsed=0:03:21.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.393x elapsed=0:03:21.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.392x elapsed=0:03:22.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.391x elapsed=0:03:22.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.4 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.39x elapsed=0:03:23.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.389x elapsed=0:03:23.66", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.388x elapsed=0:03:24.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.387x elapsed=0:03:24.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.3 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.386x elapsed=0:03:25.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.385x elapsed=0:03:25.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.384x elapsed=0:03:26.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.383x elapsed=0:03:26.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.382x elapsed=0:03:27.26", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.2 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.381x elapsed=0:03:27.78", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.38x elapsed=0:03:28.30", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.379x elapsed=0:03:28.81", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.378x elapsed=0:03:29.33", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.1 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.377x elapsed=0:03:29.84", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.377x elapsed=0:03:30.36", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.376x elapsed=0:03:30.87", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.375x elapsed=0:03:31.39", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.374x elapsed=0:03:31.90", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=9.0 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.373x elapsed=0:03:32.42", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.372x elapsed=0:03:32.94", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.371x elapsed=0:03:33.45", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.37x elapsed=0:03:33.97", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.9 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.369x elapsed=0:03:34.48", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.368x elapsed=0:03:35.00", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.368x elapsed=0:03:35.51", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.367x elapsed=0:03:36.03", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.366x elapsed=0:03:36.55", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.8 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.365x elapsed=0:03:37.06", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.364x elapsed=0:03:37.58", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.363x elapsed=0:03:38.09", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1902 fps=8.7 q=34.0 size= 58880KiB time=00:01:19.20 bitrate=6089.9kbits/s speed=0.362x elapsed=0:03:38.61", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.7 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.362x elapsed=0:03:39.12", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.7 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.361x elapsed=0:03:39.64", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.36x elapsed=0:03:40.15", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.359x elapsed=0:03:40.67", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.358x elapsed=0:03:41.19", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.357x elapsed=0:03:41.70", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.6 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.357x elapsed=0:03:42.22", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.5 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.356x elapsed=0:03:42.73", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1903 fps=8.5 q=31.0 size= 58880KiB time=00:01:19.24 bitrate=6086.7kbits/s speed=0.355x elapsed=0:03:43.25", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1904 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.28 bitrate=6083.5kbits/s speed=0.354x elapsed=0:03:43.76", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1905 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.32 bitrate=6080.3kbits/s speed=0.354x elapsed=0:03:44.28", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1905 fps=8.5 q=34.0 size= 58880KiB time=00:01:19.32 bitrate=6080.3kbits/s speed=0.353x elapsed=0:03:44.80", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1906 fps=8.5 q=34.0 size= 64000KiB time=00:01:19.37 bitrate=6605.5kbits/s speed=0.352x elapsed=0:03:45.31", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1907 fps=8.4 q=31.0 size= 64000KiB time=00:01:19.41 bitrate=6602.1kbits/s speed=0.352x elapsed=0:03:45.83", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1907 fps=8.4 q=31.0 size= 64000KiB time=00:01:19.41 bitrate=6602.1kbits/s speed=0.351x elapsed=0:03:46.34", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1908 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.45 bitrate=6598.6kbits/s speed=0.35x elapsed=0:03:46.86", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1909 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.49 bitrate=6595.1kbits/s speed=0.35x elapsed=0:03:47.37", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1910 fps=8.4 q=34.0 size= 64000KiB time=00:01:19.53 bitrate=6591.7kbits/s speed=0.349x elapsed=0:03:47.89", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1911 fps=8.4 q=30.0 size= 64000KiB time=00:01:19.57 bitrate=6588.2kbits/s speed=0.348x elapsed=0:03:48.40", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1912 fps=8.4 q=30.0 size= 64000KiB time=00:01:19.62 bitrate=6584.8kbits/s speed=0.348x elapsed=0:03:48.92", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1913 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.66 bitrate=6581.3kbits/s speed=0.347x elapsed=0:03:49.44", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1913 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.66 bitrate=6581.3kbits/s speed=0.346x elapsed=0:03:49.95", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1915 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.74 bitrate=6574.4kbits/s speed=0.346x elapsed=0:03:50.47", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1915 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.74 bitrate=6574.4kbits/s speed=0.345x elapsed=0:03:50.98", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1916 fps=8.3 q=30.0 size= 64000KiB time=00:01:19.78 bitrate=6571.0kbits/s speed=0.345x elapsed=0:03:51.50", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1917 fps=8.3 q=33.0 size= 64000KiB time=00:01:19.82 bitrate=6567.6kbits/s speed=0.344x elapsed=0:03:52.02", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1917 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.82 bitrate=6567.6kbits/s speed=0.343x elapsed=0:03:52.53", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1919 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.91 bitrate=6560.7kbits/s speed=0.343x elapsed=0:03:53.04", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1920 fps=8.2 q=30.0 size= 64000KiB time=00:01:19.95 bitrate=6557.3kbits/s speed=0.342x elapsed=0:03:53.56", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1920 fps=8.2 q=30.0 size= 64000KiB time=00:01:19.95 bitrate=6557.3kbits/s speed=0.342x elapsed=0:03:54.08", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1921 fps=8.2 q=33.0 size= 64000KiB time=00:01:19.99 bitrate=6553.9kbits/s speed=0.341x elapsed=0:03:54.59", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1922 fps=8.2 q=33.0 size= 64000KiB time=00:01:20.03 bitrate=6550.5kbits/s speed=0.34x elapsed=0:03:55.11", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1923 fps=8.2 q=30.0 size= 64000KiB time=00:01:20.08 bitrate=6547.1kbits/s speed=0.34x elapsed=0:03:55.62", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.339x elapsed=0:03:56.14", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.339x elapsed=0:03:56.65", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.338x elapsed=0:03:57.17", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.337x elapsed=0:03:57.69", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.336x elapsed=0:03:58.20", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.1 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.336x elapsed=0:03:58.72", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.0 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.335x elapsed=0:03:59.23", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1924 fps=8.0 q=30.0 size= 64000KiB time=00:01:20.12 bitrate=6543.6kbits/s speed=0.334x elapsed=0:03:59.75", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] [enc:subrip @ 000001616a665f80] Error encoding a frame: Cannot allocate memory", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] Task finished with error code: -12 (Cannot allocate memory)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[sost#0:4/subrip @ 000001616a90f240] Terminating thread with return code -12 (Cannot allocate memory)", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[out#0/matroska @ 000001616a3ad280] video:23836KiB audio:3852KiB subtitle:41591KiB other streams:0KiB global headers:0KiB muxing overhead: 17.631980%", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "frame= 1955 fps=5.8 q=33.0 Lsize= 81496KiB time=00:01:21.41 bitrate=8200.2kbits/s speed=0.241x elapsed=0:05:38.02", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[aac @ 000001616a698100] Qavg: 2849.918", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "[aac @ 000001616a699740] Qavg: 1308.262", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "ERROR", "message": "Conversion failed!", "module": "encode_engine", "function": "run_ffmpeg", "line": 501} +{"timestamp": "2026-08-19T20:34:18Z", "level": "INFO", "message": "Preserving temp input file for retry: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_cleanup_temp_files", "line": 69} +{"timestamp": "2026-08-19T20:34:18Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Copied Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv: 2890.85 MB in 55s @ 52.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Copied Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T20:35:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T20:35:21Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T21:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Original Size: 3031.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Encoded Size: 412.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Reduction: 13.6% of original (86.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:14:10Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:14:17Z", "level": "INFO", "message": "Moved Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv → Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Type: ANIME | Show: Gachiakuta (2025)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Size: 3031.28MB → 412.27MB (13.6% of original, 86.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gachiakuta - S01E03 - The Ground x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:14:21Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Copied Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv: 3053.85 MB in 55s @ 55.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Copied Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv → Gachiakuta - S01E04 - Cleaner HQ x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:15:17Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:15:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Gachiakuta (2025)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Skipping Gachiakuta - S01E01 - The Sphere x265 Opus Bluray-1080p Starbez - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 233} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Skipped 1 file(s)", "module": "process_manager", "function": "process_folder", "line": 239} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "File already in processing: Gachiakuta - S01E02 - The Inhabited x265 Opus Bluray-1080p Starbez.mkv (3148.08 MB verified complete)", "module": "process_manager", "function": "process_folder", "line": 256} +{"timestamp": "2026-08-19T21:24:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:24:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from something.txt", "module": "main", "function": "main", "line": 502} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 503} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Witch Hat Atelier (2026)", "module": "main", "function": "main", "line": 544} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Witch Hat Atelier (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T21:40:10Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:40:43Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv: 1420.09 MB in 33s @ 43.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:40:43Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:40:44Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:40:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T21:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Original Size: 1489.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Encoded Size: 364.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:42:53Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:43:00Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Size: 1489.08MB → 364.57MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:43:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:43:03Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E01 - The Magic That Started Everything x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:43:03Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:43:53Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv: 2056.23 MB in 50s @ 40.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:43:53Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv → Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:43:54Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:43:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T21:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "Black frame analysis: 0.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "Output file black content acceptable (0.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Original Size: 2156.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Encoded Size: 309.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Reduction: 14.3% of original (85.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:47:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:47:30Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv → Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Size: 2156.12MB → 309.35MB (14.3% of original, 85.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:47:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:47:33Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E02 - The School of the Grassland x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:47:33Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:48:02Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv: 1417.87 MB in 29s @ 47.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:48:02Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:48:03Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:48:07Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T21:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Original Size: 1486.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Encoded Size: 393.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Reduction: 26.5% of original (73.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:50:18Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:50:26Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Size: 1486.75MB → 393.55MB (26.5% of original, 73.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E03 - The Dadah Range Test x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:50:29Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:51:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv: 1415.22 MB in 35s @ 39.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:51:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:51:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:51:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T21:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Original Size: 1483.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Encoded Size: 415.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Reduction: 28.0% of original (72.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:53:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:53:29Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Size: 1483.96MB → 415.65MB (28.0% of original, 72.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E04 - Meeting in Kalhn x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:53:31Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv: 1419.81 MB in 28s @ 49.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:54:00Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:54:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Original Size: 1488.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Encoded Size: 405.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Reduction: 27.2% of original (72.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:56:11Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:56:21Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Size: 1488.78MB → 405.11MB (27.2% of original, 72.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E05 - The Dragon's Labyrinth x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:56:23Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:56:58Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv: 1422.53 MB in 34s @ 41.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:56:58Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:56:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T21:57:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Original Size: 1491.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Encoded Size: 353.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Reduction: 23.7% of original (76.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T21:59:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T21:59:21Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Size: 1491.63MB → 353.7MB (23.7% of original, 76.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E06 - A Light on a Rainy Day x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T21:59:25Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T21:59:55Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv: 1424.41 MB in 30s @ 46.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T21:59:55Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T21:59:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:00:01Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Original Size: 1493.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Encoded Size: 380.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Reduction: 25.5% of original (74.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:02:01Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:02:08Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Size: 1493.61MB → 380.4MB (25.5% of original, 74.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E07 - Who Is Magic For x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:02:11Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv: 1426.14 MB in 36s @ 38.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:02:48Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:02:53Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Original Size: 1495.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Encoded Size: 340.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:04:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:04:59Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Size: 1495.42MB → 340.61MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:05:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:05:02Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E08 - The Misgivings of the Knights Moralis x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:05:02Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:05:33Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv: 1419.27 MB in 31s @ 45.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:05:33Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:05:34Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:05:38Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Original Size: 1488.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Encoded Size: 410.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Reduction: 27.6% of original (72.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:07:37Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:07:46Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Size: 1488.22MB → 410.85MB (27.6% of original, 72.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E09 - A Nightmare Stained in Black x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:07:49Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv: 1420.88 MB in 30s @ 47.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:08:19Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:08:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Original Size: 1489.90 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Encoded Size: 237.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Reduction: 15.9% of original (84.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:10:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:10:24Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Size: 1489.9MB → 237.37MB (15.9% of original, 84.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E10 - A Promise in Silver x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:10:27Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv: 1423.07 MB in 36s @ 39.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:11:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:11:09Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Original Size: 1492.19 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Encoded Size: 367.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Reduction: 24.6% of original (75.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:13:08Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:13:16Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Size: 1492.19MB → 367.68MB (24.6% of original, 75.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E11 - The Test in Serpentback Cave x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:13:19Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:14:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv: 2513.81 MB in 1m 0s @ 41.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:14:19Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv → Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:14:20Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:14:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-19T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "Black frame analysis: 4.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "Output file black content acceptable (4.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Original Size: 2635.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Encoded Size: 274.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Reduction: 10.4% of original (89.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:17:32Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:17:38Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv → Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Size: 2635.92MB → 274.66MB (10.4% of original, 89.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:17:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:17:42Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E12 - The Shadow of Romonon x265 AAC WEBRip-1080p Reza.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:17:42Z", "level": "INFO", "message": "Processing: Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T22:18:16Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv: 1412.01 MB in 34s @ 40.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-19T22:18:16Z", "level": "INFO", "message": "Copied Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv → Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-08-19T22:18:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-19T22:18:22Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "Black frame analysis: 7.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "Output file black content acceptable (7.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Original Size: 1480.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Encoded Size: 386.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Reduction: 26.1% of original (73.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-19T22:20:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-19T22:20:33Z", "level": "INFO", "message": "Moved Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 727} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 766} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Type: ANIME | Show: Witch Hat Atelier (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 767} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Size: 1480.6MB → 386.11MB (26.1% of original, 73.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 768} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 769} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Deleted original and processing copy for Witch Hat Atelier - S01E13 - Forbidden Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 794} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 647} +{"timestamp": "2026-08-19T22:20:35Z", "level": "INFO", "message": "Batch processing finished: 1 succeeded, 0 failed out of 1", "module": "main", "function": "main", "line": 799} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-19T23:58:08Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T00:00:30Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:02:30Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:02:30Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:08:04Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T00:08:22Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:10:27Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:10:27Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:15:06Z", "level": "INFO", "message": "Using path as-is: processing\\Pokémon Detective Pikachu_t01.mkv", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:17:31Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T00:18:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:20:24Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01.mkv -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1\\Pokémon Detective Pikachu_t01.en.srt -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,format=yuv420p -map 0:v:0 -map 0:1 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 460} +{"timestamp": "2026-08-20T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:22:44Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 670} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Using path as-is: C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 192} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 199} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Processing: Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 243} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Moved (move mode) Pokémon Detective Pikachu_t01.mkv → Pokémon Detective Pikachu_t01.mkv", "module": "process_manager", "function": "process_folder", "line": 273} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Found subtitle file: Pokémon Detective Pikachu_t01.en.srt", "module": "process_manager", "function": "process_folder", "line": 305} +{"timestamp": "2026-08-20T00:24:04Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 333} +{"timestamp": "2026-08-20T00:26:10Z", "level": "INFO", "message": "Pre-selected audio streams: [1]", "module": "encode_engine", "function": "run_ffmpeg", "line": 65} +{"timestamp": "2026-08-20T00:26:10Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-20T00:26:11Z", "level": "INFO", "message": "FFmpeg command: ffmpeg -y -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01.mkv -i C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\1\\Pokémon Detective Pikachu_t01.en.srt -vf crop=1920:804:0:138,scale=1920:1080:flags=lanczos,setsar=1:1 -map 0:v:0 -map 0:1 -map 1:s -c:v av1_nvenc -preset p7 -pix_fmt yuv420p -cq 32 -c:a:0 eac3 -b:a:0 448000 -ac:0 6 -channel_layout:a:0 5.1 -metadata:s:a:0 title= -c:s srt -metadata:s:s:0 language=eng C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing\\Pokémon Detective Pikachu_t01 - [EHX].mkv", "module": "encode_engine", "function": "run_ffmpeg", "line": 457} +{"timestamp": "2026-08-20T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-20T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} diff --git a/logs/conversion.log.3 b/logs/conversion.log.3 index 82f7c6a..c7fbfd4 100644 --- a/logs/conversion.log.3 +++ b/logs/conversion.log.3 @@ -1,21406 +1,21410 @@ -{"timestamp": "2026-07-07T15:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": " Original Size: 1602.61 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": " Encoded Size: 684.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": " Reduction: 42.7% of original (57.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T15:51:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T15:51:37Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E02.Haunted.Leg.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E02.Haunted.Leg.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T15:51:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E02.Haunted.Leg.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T15:51:38Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T15:51:38Z", "level": "INFO", "message": " Size: 1602.61MB → 684.55MB (42.7% of original, 57.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T15:51:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T15:51:39Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E02.Haunted.Leg.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T15:51:39Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T15:52:03Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1616.84 MB in 24s @ 65.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T15:52:03Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T15:52:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T15:52:03Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T15:52:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T15:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": " Original Size: 1695.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": " Encoded Size: 707.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": " Reduction: 41.7% of original (58.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T15:55:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T15:55:51Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": " Size: 1695.38MB → 707.06MB (41.7% of original, 58.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E03.Application.Anxiety.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T15:55:53Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T15:56:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1507.89 MB in 23s @ 65.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T15:56:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T15:56:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T15:56:16Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T15:56:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": " Original Size: 1581.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": " Encoded Size: 682.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": " Reduction: 43.2% of original (56.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T15:59:39Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T15:59:48Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T15:59:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T15:59:49Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T15:59:49Z", "level": "INFO", "message": " Size: 1581.14MB → 682.69MB (43.2% of original, 56.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T15:59:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T15:59:50Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E04.One's.Got.Class.and.the.Other.One.Dyes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T15:59:50Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:00:14Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1374.04 MB in 24s @ 56.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:00:14Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:00:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:00:15Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:00:17Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": "Black frame analysis: 0.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": "Output file black content acceptable (0.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": " Original Size: 1440.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": " Encoded Size: 635.47 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": " Reduction: 44.1% of original (55.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:03:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:03:43Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:03:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:03:44Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:03:44Z", "level": "INFO", "message": " Size: 1440.79MB → 635.47MB (44.1% of original, 55.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:03:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:03:45Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E05.Eight.O'Clock.at.the.Oasis.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:03:45Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:04:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1377.44 MB in 21s @ 64.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:04:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:04:06Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:04:06Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:04:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": " Original Size: 1444.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": " Encoded Size: 637.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": " Reduction: 44.2% of original (55.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:07:23Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:07:32Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:07:33Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:07:33Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:07:33Z", "level": "INFO", "message": " Size: 1444.35MB → 637.74MB (44.2% of original, 55.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:07:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:07:34Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E06.Take.the.Deviled.Eggs.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:07:34Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:07:59Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1633.50 MB in 25s @ 65.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:07:59Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:07:59Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:07:59Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:08:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": " Original Size: 1712.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": " Encoded Size: 738.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": " Reduction: 43.1% of original (56.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:11:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:11:48Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:11:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:11:49Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:11:49Z", "level": "INFO", "message": " Size: 1712.85MB → 738.21MB (43.1% of original, 56.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:11:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:11:50Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E07.They.Shoot.Gilmores,.Don't.They.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:11:50Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:12:17Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1675.33 MB in 27s @ 61.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:12:17Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:12:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:12:18Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:12:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": "Black frame analysis: 0.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": "Output file black content acceptable (0.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": " Original Size: 1756.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": " Encoded Size: 715.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": " Reduction: 40.7% of original (59.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:16:01Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:16:11Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:16:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:16:12Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:16:12Z", "level": "INFO", "message": " Size: 1756.71MB → 715.27MB (40.7% of original, 59.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:16:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:16:13Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E08.Let.the.Games.Begin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:16:13Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:16:36Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1451.24 MB in 23s @ 61.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:16:36Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:16:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:16:37Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:16:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": " Original Size: 1521.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": " Encoded Size: 646.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": " Reduction: 42.5% of original (57.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:19:58Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:20:07Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": " Size: 1521.74MB → 646.95MB (42.5% of original, 57.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E09.A.Deep-Fried.Korean.Thanksgiving.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:20:08Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:20:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1525.23 MB in 24s @ 63.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:20:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:20:33Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:20:33Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:20:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": " Original Size: 1599.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": " Encoded Size: 698.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": " Reduction: 43.7% of original (56.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:24:00Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:24:10Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:24:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:24:11Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:24:11Z", "level": "INFO", "message": " Size: 1599.32MB → 698.4MB (43.7% of original, 56.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:24:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:24:12Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E10.That'll.Do,.Pig.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:24:12Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:24:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1310.75 MB in 21s @ 61.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:24:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:24:33Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:24:33Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:24:36Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": "Black frame analysis: 0.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": "Output file black content acceptable (0.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": " Original Size: 1374.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": " Encoded Size: 580.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": " Reduction: 42.2% of original (57.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:27:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:27:54Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": " Size: 1374.42MB → 580.35MB (42.2% of original, 57.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E11.I.Solemnly.Swear.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:27:55Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:28:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1579.13 MB in 26s @ 58.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:28:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:28:22Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:28:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:28:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": " Original Size: 1655.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": " Encoded Size: 706.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": " Reduction: 42.7% of original (57.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:32:00Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:32:10Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:32:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:32:11Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:32:11Z", "level": "INFO", "message": " Size: 1655.84MB → 706.29MB (42.7% of original, 57.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:32:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:32:12Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E12.Lorelai.Out.of.Water.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:32:12Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:32:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1319.08 MB in 20s @ 64.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:32:33Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:32:33Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:32:33Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:32:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": " Original Size: 1383.16 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": " Encoded Size: 619.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": " Reduction: 44.8% of original (55.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:35:44Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:35:54Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": " Size: 1383.16MB → 619.86MB (44.8% of original, 55.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E13.Dear.Emily.and.Richard.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:35:55Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:36:19Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1406.34 MB in 23s @ 59.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:36:19Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:36:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:36:19Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:36:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": " Original Size: 1474.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": " Encoded Size: 659.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": " Reduction: 44.7% of original (55.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:39:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:39:51Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": " Size: 1474.65MB → 659.22MB (44.7% of original, 55.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E14.Swan.Song.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:39:53Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:40:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1396.79 MB in 22s @ 62.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:40:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:40:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:40:16Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:40:18Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": " Original Size: 1464.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": " Encoded Size: 655.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": " Reduction: 44.8% of original (55.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:43:41Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:43:50Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": " Size: 1464.64MB → 655.52MB (44.8% of original, 55.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E15.Face-Off.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:43:51Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:44:13Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1364.90 MB in 21s @ 63.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:44:13Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:44:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:44:13Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:44:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": " Original Size: 1431.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": " Encoded Size: 621.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": " Reduction: 43.5% of original (56.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:47:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:47:44Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": " Size: 1431.21MB → 621.94MB (43.5% of original, 56.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E16.The.Big.One.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:47:45Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:48:09Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1393.72 MB in 23s @ 60.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:48:09Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:48:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:48:09Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:48:11Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": " Original Size: 1461.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": " Encoded Size: 633.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": " Reduction: 43.4% of original (56.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:51:34Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:51:42Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": " Size: 1461.42MB → 633.86MB (43.4% of original, 56.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E17.A.Tale.of.Poes.and.Fire.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:51:44Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:52:07Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1449.14 MB in 23s @ 61.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:52:07Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:52:08Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:52:08Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:52:10Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": "Black frame analysis: 0.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": "Output file black content acceptable (0.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": " Original Size: 1519.53 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": " Encoded Size: 675.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": " Reduction: 44.4% of original (55.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:55:36Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:55:45Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": " Size: 1519.53MB → 675.23MB (44.4% of original, 55.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E18.Happy.Birthday,.Baby.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:55:47Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:56:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1315.88 MB in 24s @ 54.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:56:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:56:11Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:56:11Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T16:56:14Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T16:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": " Original Size: 1379.80 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": " Encoded Size: 643.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": " Reduction: 46.6% of original (53.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T16:59:25Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T16:59:34Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T16:59:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T16:59:35Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T16:59:35Z", "level": "INFO", "message": " Size: 1379.8MB → 643.34MB (46.6% of original, 53.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T16:59:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T16:59:36Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E19.Keg!.Max!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T16:59:36Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T16:59:57Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1315.07 MB in 21s @ 62.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T16:59:57Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T16:59:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T16:59:57Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:00:00Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": " Original Size: 1378.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": " Encoded Size: 646.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": " Reduction: 46.9% of original (53.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:03:17Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:03:26Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": " Size: 1378.95MB → 646.73MB (46.9% of original, 53.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E20.Say.Goodnight,.Gracie.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:03:27Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:03:48Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1382.52 MB in 21s @ 65.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:03:48Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:03:49Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:03:49Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:03:51Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": " Original Size: 1449.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": " Encoded Size: 656.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": " Reduction: 45.3% of original (54.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:07:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:07:19Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": " Size: 1449.68MB → 656.43MB (45.3% of original, 54.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E21.Here.Comes.the.Son.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:07:20Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:07:42Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1329.03 MB in 21s @ 62.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:07:42Z", "level": "INFO", "message": "Copied Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:07:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:07:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:07:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": "Black frame analysis: 0.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": "Output file black content acceptable (0.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": " Original Size: 1393.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": " Encoded Size: 657.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": " Reduction: 47.2% of original (52.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:11:01Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:11:10Z", "level": "INFO", "message": "Moved Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": " Size: 1393.59MB → 657.73MB (47.2% of original, 52.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S03E22.Those.Are.Strings,.Pinocchio.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:11:11Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:11:37Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1594.05 MB in 25s @ 63.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:11:37Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:11:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:11:37Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:11:40Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": "Black frame analysis: 2.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": "Output file black content acceptable (2.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": " Original Size: 1671.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": " Encoded Size: 709.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": " Reduction: 42.4% of original (57.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:15:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:15:11Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": " Size: 1671.48MB → 709.33MB (42.4% of original, 57.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E01.Ballrooms.and.Biscotti.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:15:13Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:15:34Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1345.32 MB in 21s @ 63.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:15:34Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:15:34Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:15:34Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:15:37Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": " Original Size: 1410.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": " Encoded Size: 661.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": " Reduction: 46.9% of original (53.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:18:40Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:18:50Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": " Size: 1410.67MB → 661.21MB (46.9% of original, 53.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E02.The.Lorelais'.First.Day.at.Yale.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:18:51Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:19:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1518.03 MB in 24s @ 62.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:19:16Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:19:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:19:16Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:19:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": " Original Size: 1591.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": " Encoded Size: 679.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": " Reduction: 42.7% of original (57.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:22:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:22:44Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:22:45Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:22:45Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:22:45Z", "level": "INFO", "message": " Size: 1591.77MB → 679.24MB (42.7% of original, 57.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:22:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:22:46Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E03.The.Hobbit,.the.Sofa,.and.Digger.Stiles.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:22:46Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:23:09Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1513.29 MB in 22s @ 66.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:23:09Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:23:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:23:09Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:23:12Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:25:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": " Original Size: 1586.80 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": " Encoded Size: 690.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": " Reduction: 43.5% of original (56.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:26:37Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:26:46Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:26:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:26:47Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:26:47Z", "level": "INFO", "message": " Size: 1586.8MB → 690.03MB (43.5% of original, 56.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:26:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:26:48Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E04.Chicken.or.Beef.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:26:48Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:27:13Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1637.61 MB in 24s @ 65.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:27:13Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:27:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:27:13Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:27:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": " Original Size: 1717.16 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": " Encoded Size: 712.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": " Reduction: 41.5% of original (58.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:30:45Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:30:55Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:30:56Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:30:56Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:30:56Z", "level": "INFO", "message": " Size: 1717.16MB → 712.2MB (41.5% of original, 58.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:30:56Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:30:57Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E05.The.Fundamental.Things.Apply.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:30:57Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:31:19Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1330.73 MB in 22s @ 60.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:31:19Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:31:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:31:19Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:31:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": " Original Size: 1395.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": " Encoded Size: 620.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": " Reduction: 44.4% of original (55.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:34:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:34:43Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:34:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:34:44Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:34:44Z", "level": "INFO", "message": " Size: 1395.37MB → 620.06MB (44.4% of original, 55.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:34:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:34:45Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E06.An.Affair.to.Remember.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:34:45Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:35:12Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1689.97 MB in 27s @ 61.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:35:12Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:35:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:35:13Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:35:15Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": " Original Size: 1772.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": " Encoded Size: 725.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": " Reduction: 40.9% of original (59.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:38:48Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:39:00Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": " Size: 1772.06MB → 725.45MB (40.9% of original, 59.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E07.The.Festival.of.Living.Art.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:39:02Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:39:28Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1617.29 MB in 26s @ 61.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:39:28Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:39:28Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:39:28Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:39:31Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": "Black frame analysis: 1.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": "Output file black content acceptable (1.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": " Original Size: 1695.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": " Encoded Size: 716.36 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": " Reduction: 42.2% of original (57.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:42:53Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:43:03Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": " Size: 1695.86MB → 716.36MB (42.2% of original, 57.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E08.Die,.Jerk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:43:05Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:43:30Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1518.16 MB in 24s @ 61.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:43:30Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:43:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:43:30Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:43:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": "Black frame analysis: 1.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": "Output file black content acceptable (1.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": " Original Size: 1591.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": " Encoded Size: 723.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": " Reduction: 45.5% of original (54.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:46:51Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:47:01Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": " Size: 1591.91MB → 723.79MB (45.5% of original, 54.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E09.Ted.Koppel's.Big.Night.Out.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:47:03Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:47:21Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1144.74 MB in 18s @ 62.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:47:21Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:47:22Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:47:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:47:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": " Original Size: 1200.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": " Encoded Size: 595.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": " Reduction: 49.6% of original (50.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:50:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:50:30Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": " Size: 1200.35MB → 595.02MB (49.6% of original, 50.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E10.The.Nanny.and.the.Professor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:50:31Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T17:54:50Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 889.43 MB in 4m 18s @ 3.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T17:54:50Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T17:54:50Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T17:54:50Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T17:54:52Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T17:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": " Original Size: 932.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": " Encoded Size: 532.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": " Reduction: 57.1% of original (42.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T17:57:41Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T17:58:51Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T17:58:52Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T17:58:52Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T17:58:52Z", "level": "INFO", "message": " Size: 932.63MB → 532.59MB (57.1% of original, 42.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T17:58:52Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T17:58:53Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E11.In.the.Clamor.and.the.Clangor.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T17:58:53Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:00:54Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1158.89 MB in 2m 1s @ 9.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:00:54Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:00:54Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:00:54Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:00:57Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": " Original Size: 1215.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": " Encoded Size: 606.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": " Reduction: 49.9% of original (50.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:03:55Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:04:03Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": " Size: 1215.18MB → 606.07MB (49.9% of original, 50.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E12.A.Family.Matter.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:04:04Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:04:23Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1200.10 MB in 18s @ 63.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:04:23Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:04:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:04:24Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:04:26Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": " Original Size: 1258.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": " Encoded Size: 649.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": " Reduction: 51.6% of original (48.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:07:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:07:37Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:07:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:07:38Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:07:38Z", "level": "INFO", "message": " Size: 1258.4MB → 649.02MB (51.6% of original, 48.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:07:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:07:39Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E13.Nag.Hammadi.Is.Where.They.Found.the.Gnostic.Gospels.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:07:39Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:07:57Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1090.16 MB in 17s @ 61.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:07:57Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:07:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:07:57Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:07:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": " Original Size: 1143.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": " Encoded Size: 579.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": " Reduction: 50.7% of original (49.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:10:50Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:10:58Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": " Size: 1143.11MB → 579.67MB (50.7% of original, 49.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E14.The.Incredible.Sinking.Lorelais.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:10:59Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:11:18Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1232.68 MB in 19s @ 64.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:11:18Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:11:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:11:19Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:11:21Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": " Original Size: 1292.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": " Encoded Size: 632.53 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": " Reduction: 48.9% of original (51.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:14:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:14:22Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": " Size: 1292.55MB → 632.53MB (48.9% of original, 51.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E15.Scene.in.a.Mall.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:14:24Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:14:48Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1376.38 MB in 23s @ 57.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:14:48Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:14:48Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:14:48Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:14:51Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": " Original Size: 1443.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": " Encoded Size: 623.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": " Reduction: 43.2% of original (56.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:18:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:18:12Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": " Size: 1443.24MB → 623.35MB (43.2% of original, 56.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E16.The.Reigning.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:18:14Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:18:37Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1322.36 MB in 22s @ 58.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:18:37Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:18:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:18:37Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:18:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": " Original Size: 1386.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": " Encoded Size: 668.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": " Reduction: 48.2% of original (51.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:21:48Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:21:59Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:22:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:22:00Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:22:00Z", "level": "INFO", "message": " Size: 1386.6MB → 668.62MB (48.2% of original, 51.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:22:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:22:01Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E17.Girls.in.Bikinis,.Boys.Doin'.the.Twist.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:22:01Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:22:23Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1257.72 MB in 21s @ 57.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:22:23Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:22:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:22:23Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:22:25Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": " Original Size: 1318.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": " Encoded Size: 595.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": " Reduction: 45.1% of original (54.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:25:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:25:45Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": " Size: 1318.82MB → 595.37MB (45.1% of original, 54.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E18.Tick,.Tick,.Tick,.Boom!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:25:46Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:26:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1167.16 MB in 20s @ 57.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:26:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:26:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:26:07Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:26:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": " Original Size: 1223.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": " Encoded Size: 615.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": " Reduction: 50.3% of original (49.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:29:07Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:29:17Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": " Size: 1223.86MB → 615.02MB (50.3% of original, 49.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E19.Afterboom.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:29:19Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:29:40Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1197.46 MB in 21s @ 55.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:29:40Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:29:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:29:41Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:29:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": " Original Size: 1255.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": " Encoded Size: 594.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": " Reduction: 47.4% of original (52.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:32:38Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:32:47Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": " Size: 1255.62MB → 594.67MB (47.4% of original, 52.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E20.Luke.Can.See.Her.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:32:49Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:33:17Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1578.11 MB in 28s @ 56.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:33:17Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:33:17Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:33:17Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:33:20Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": " Original Size: 1654.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": " Encoded Size: 701.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": " Reduction: 42.4% of original (57.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:36:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:36:54Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": " Size: 1654.77MB → 701.15MB (42.4% of original, 57.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E21.Last.Week.Fights,.This.Week.Tights.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:36:56Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:37:15Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1072.03 MB in 18s @ 56.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:37:15Z", "level": "INFO", "message": "Copied Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:37:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:37:15Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:37:18Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": " Original Size: 1124.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": " Encoded Size: 573.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": " Reduction: 51.0% of original (49.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:40:09Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:40:20Z", "level": "INFO", "message": "Moved Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": " Size: 1124.11MB → 573.4MB (51.0% of original, 49.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S04E22.Raincoats.and.Recipes.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:40:21Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:40:40Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1033.93 MB in 18s @ 54.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:40:40Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:40:40Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:40:40Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:40:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": " Original Size: 1084.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": " Encoded Size: 524.49 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": " Reduction: 48.4% of original (51.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:43:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:43:39Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": " Size: 1084.15MB → 524.49MB (48.4% of original, 51.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E01.Say.Goodbye.to.Daisy.Miller.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:43:40Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:44:08Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1635.65 MB in 27s @ 58.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:44:08Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:44:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:44:09Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:44:11Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": " Original Size: 1715.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": " Encoded Size: 719.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": " Reduction: 42.0% of original (58.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:47:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:47:47Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:47:48Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:47:48Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:47:48Z", "level": "INFO", "message": " Size: 1715.1MB → 719.67MB (42.0% of original, 58.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:47:48Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:47:49Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E02.A.Messenger,.Nothing.More.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:47:49Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:48:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1160.93 MB in 21s @ 52.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:48:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:48:11Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:48:11Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:48:13Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": " Original Size: 1217.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": " Encoded Size: 566.56 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": " Reduction: 46.5% of original (53.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:51:08Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:51:18Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:51:19Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:51:19Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:51:19Z", "level": "INFO", "message": " Size: 1217.32MB → 566.56MB (46.5% of original, 53.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:51:19Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:51:20Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E03.Written.in.the.Stars.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:51:20Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:51:46Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1340.94 MB in 25s @ 51.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:51:46Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:51:46Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:51:46Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:51:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": " Original Size: 1406.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": " Encoded Size: 642.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": " Reduction: 45.7% of original (54.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:54:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:55:10Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": " Size: 1406.08MB → 642.86MB (45.7% of original, 54.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E04.Tippecanoe.and.Taylor,.Too.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:55:12Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:55:34Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1255.51 MB in 21s @ 57.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:55:34Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:55:34Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:55:34Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:55:37Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": " Original Size: 1316.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": " Encoded Size: 576.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": " Reduction: 43.8% of original (56.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T18:58:31Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T18:58:41Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": " Size: 1316.5MB → 576.63MB (43.8% of original, 56.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E05.We.Got.Us.a.Pippi.Virgin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T18:58:42Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T18:59:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1332.24 MB in 23s @ 56.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T18:59:06Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T18:59:06Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T18:59:06Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T18:59:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T18:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T18:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": "Black frame analysis: 1.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": "Output file black content acceptable (1.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": " Original Size: 1396.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": " Encoded Size: 643.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": " Reduction: 46.0% of original (54.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:02:15Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:02:28Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": " Size: 1396.96MB → 643.02MB (46.0% of original, 54.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E06.Norman.Mailer,.I'm.Pregnant!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:02:29Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:03:02Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1560.47 MB in 32s @ 48.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:03:02Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:03:02Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:03:02Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:03:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": " Original Size: 1636.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": " Encoded Size: 640.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": " Reduction: 39.1% of original (60.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:06:23Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:06:36Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": " Size: 1636.27MB → 640.58MB (39.1% of original, 60.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E07.You.Jump,.I.Jump,.Jack.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:06:38Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:07:07Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1355.65 MB in 28s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:07:07Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:07:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:07:07Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:07:10Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": "Black frame analysis: 1.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": "Output file black content acceptable (1.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": " Original Size: 1421.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": " Encoded Size: 584.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": " Reduction: 41.1% of original (58.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:10:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:10:19Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:10:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:10:20Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:10:20Z", "level": "INFO", "message": " Size: 1421.5MB → 584.03MB (41.1% of original, 58.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:10:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:10:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E08.The.Party's.Over.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:10:21Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:10:50Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1629.70 MB in 29s @ 56.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:10:50Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:10:50Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:10:50Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:10:53Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": "Black frame analysis: 1.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": "Output file black content acceptable (1.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": " Original Size: 1708.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": " Encoded Size: 640.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": " Reduction: 37.5% of original (62.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:14:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:14:33Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": " Size: 1708.87MB → 640.64MB (37.5% of original, 62.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E09.Emily.Says.Hello.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:14:35Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:15:00Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1394.67 MB in 25s @ 55.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:15:00Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:15:00Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:15:00Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:15:03Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": " Original Size: 1462.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": " Encoded Size: 635.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": " Reduction: 43.4% of original (56.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:18:15Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:18:26Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:18:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:18:27Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:18:27Z", "level": "INFO", "message": " Size: 1462.42MB → 635.3MB (43.4% of original, 56.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:18:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:18:28Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E10.But.Not.as.Cute.as.Pushkin.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:18:28Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:18:55Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1523.38 MB in 27s @ 56.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:18:55Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:18:55Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:18:55Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:18:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": " Original Size: 1597.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": " Encoded Size: 674.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": " Reduction: 42.3% of original (57.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": " Resolution: 1920x1078 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:22:07Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:22:18Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": " Size: 1597.38MB → 674.95MB (42.3% of original, 57.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E11.Women.of.Questionable.Morals.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:22:20Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:22:43Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1242.87 MB in 22s @ 56.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:22:43Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:22:43Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:22:43Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:22:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": " Original Size: 1303.25 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": " Encoded Size: 593.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": " Reduction: 45.5% of original (54.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:25:51Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:26:00Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:26:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:26:01Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:26:01Z", "level": "INFO", "message": " Size: 1303.25MB → 593.35MB (45.5% of original, 54.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:26:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:26:02Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E12.Come.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:26:02Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:26:24Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1296.21 MB in 22s @ 57.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:26:24Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:26:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:26:24Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:26:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": " Original Size: 1359.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": " Encoded Size: 637.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": " Reduction: 46.9% of original (53.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:29:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:29:43Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:29:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:29:44Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:29:44Z", "level": "INFO", "message": " Size: 1359.18MB → 637.65MB (46.9% of original, 53.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:29:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:29:45Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E13.Wedding.Bell.Blues.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:29:45Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:30:08Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1303.60 MB in 23s @ 55.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:30:08Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:30:08Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:30:08Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:30:11Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": " Original Size: 1366.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": " Encoded Size: 588.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": " Reduction: 43.0% of original (57.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:33:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:33:23Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:33:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:33:24Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:33:24Z", "level": "INFO", "message": " Size: 1366.92MB → 588.43MB (43.0% of original, 57.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:33:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:33:25Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E14.Say.Something.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:33:25Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:33:51Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1489.77 MB in 26s @ 56.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:33:51Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:33:51Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:33:51Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:33:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": " Original Size: 1562.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": " Encoded Size: 676.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": " Reduction: 43.3% of original (56.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:36:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:37:07Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:37:08Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:37:08Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:37:08Z", "level": "INFO", "message": " Size: 1562.14MB → 676.08MB (43.3% of original, 56.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:37:08Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:37:09Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E15.Jews.and.Chinese.Food.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:37:09Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:37:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1835.94 MB in 32s @ 56.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:37:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:37:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:37:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:37:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": " Original Size: 1925.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": " Encoded Size: 760.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": " Reduction: 39.5% of original (60.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:41:06Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:41:19Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:41:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:41:20Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:41:20Z", "level": "INFO", "message": " Size: 1925.12MB → 760.09MB (39.5% of original, 60.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:41:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:41:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E16.So.Good.Talk.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:41:21Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:41:51Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1591.32 MB in 29s @ 53.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:41:51Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:41:51Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:41:51Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:41:53Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": " Original Size: 1668.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": " Encoded Size: 671.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": " Reduction: 40.2% of original (59.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:45:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:45:25Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": " Size: 1668.62MB → 671.11MB (40.2% of original, 59.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E17.Pulp.Friction.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:45:27Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:45:58Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1597.07 MB in 30s @ 52.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:45:58Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:45:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:45:58Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:46:01Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": " Original Size: 1674.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": " Encoded Size: 669.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": " Reduction: 40.0% of original (60.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:49:31Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:49:43Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:49:44Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:49:44Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:49:44Z", "level": "INFO", "message": " Size: 1674.65MB → 669.06MB (40.0% of original, 60.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:49:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:49:45Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E18.To.Live.and.Let.Diorama.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:49:45Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:50:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1418.42 MB in 26s @ 54.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:50:11Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:50:11Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:50:11Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:50:14Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": "Black frame analysis: 1.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": "Output file black content acceptable (1.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": " Original Size: 1487.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": " Encoded Size: 637.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": " Reduction: 42.8% of original (57.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:53:16Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:53:27Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": " Size: 1487.32MB → 637.1MB (42.8% of original, 57.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E19.But.I'm.a.Gilmore!.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:53:29Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:53:54Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1385.90 MB in 25s @ 55.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:53:54Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:53:54Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:53:54Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:53:57Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": " Original Size: 1453.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": " Encoded Size: 596.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": " Reduction: 41.0% of original (59.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T19:57:10Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T19:57:19Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": " Size: 1453.23MB → 596.09MB (41.0% of original, 59.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E20.How.Many.Kropogs.to.Cape.Cod.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T19:57:21Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T19:57:53Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1691.70 MB in 31s @ 53.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T19:57:53Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T19:57:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T19:57:53Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T19:57:56Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T19:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T19:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": "Black frame analysis: 1.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": "Output file black content acceptable (1.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": " Original Size: 1773.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": " Encoded Size: 686.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": " Reduction: 38.7% of original (61.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} -{"timestamp": "2026-07-07T20:01:24Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} -{"timestamp": "2026-07-07T20:01:35Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} -{"timestamp": "2026-07-07T20:01:36Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} -{"timestamp": "2026-07-07T20:01:36Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} -{"timestamp": "2026-07-07T20:01:36Z", "level": "INFO", "message": " Size: 1773.87MB → 686.34MB (38.7% of original, 61.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} -{"timestamp": "2026-07-07T20:01:36Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} -{"timestamp": "2026-07-07T20:01:37Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E21.Blame.Booze.and.Melville.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} -{"timestamp": "2026-07-07T20:01:37Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} -{"timestamp": "2026-07-07T20:02:00Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1268.30 MB in 23s @ 54.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} -{"timestamp": "2026-07-07T20:02:00Z", "level": "INFO", "message": "Copied Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} -{"timestamp": "2026-07-07T20:02:00Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} -{"timestamp": "2026-07-07T20:02:00Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} -{"timestamp": "2026-07-07T20:02:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} -{"timestamp": "2026-07-07T20:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} -{"timestamp": "2026-07-07T20:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "Black frame analysis: 1.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "Output file black content acceptable (1.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Original Size: 1329.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Encoded Size: 603.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Reduction: 45.4% of original (54.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Resolution: 1916x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-07T20:05:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-07T20:05:12Z", "level": "INFO", "message": "Moved Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Size: 1329.91MB → 603.79MB (45.4% of original, 54.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S05E22.A.House.Is.Not.a.Home.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-07T20:05:13Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1144.80 MB in 27s @ 41.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-07-07T20:05:41Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-07-07T20:05:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-07-07T20:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Original Size: 1200.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Encoded Size: 578.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Reduction: 48.2% of original (51.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-07T20:08:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-07T20:08:58Z", "level": "INFO", "message": "Moved Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Size: 1200.41MB → 578.87MB (48.2% of original, 51.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S06E01.New.and.Improved.Lorelai.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-07T20:09:00Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv: 1149.65 MB in 21s @ 52.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Copied Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv → Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-07-07T20:09:22Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-07-07T20:09:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-07-07T20:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Original Size: 1205.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Encoded Size: 681.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Reduction: 56.5% of original (43.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Resolution: 1918x1080 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-07T20:12:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-07T20:12:38Z", "level": "INFO", "message": "Moved Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv → Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Type: TV | Show: Gilmore Girls (2000)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Size: 1205.5MB → 681.37MB (56.5% of original, 43.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "Deleted original and processing copy for Gilmore.Girls.S06E02.Fight.Face.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-07T20:12:40Z", "level": "INFO", "message": "Processing: Gilmore.Girls.S06E03.The.UnGraduate.1080p.WEB-DL.x265.10bit.HEVC-MONOLITH.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Howl's Moving Castle (2004)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-07-27T03:52:27Z", "level": "INFO", "message": "Processing: Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-27T03:54:13Z", "level": "INFO", "message": "Copied Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv: 5821.03 MB in 1m 46s @ 54.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-07-27T03:54:13Z", "level": "INFO", "message": "Copied Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv → Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-07-27T03:54:14Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-07-27T03:54:36Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-07-27T03:54:36Z", "level": "INFO", "message": "Bitmap subtitle streams detected (dvd_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-07-27T03:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:57:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T03:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Original Size: 6103.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Encoded Size: 2746.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Reduction: 45.0% of original (55.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Resolution: 1920x1040 → 1920x1040", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-27T04:09:37Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-27T04:10:22Z", "level": "INFO", "message": "Moved Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv → Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Size: 6103.79MB → 2746.21MB (45.0% of original, 55.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-27T04:10:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-27T04:10:34Z", "level": "INFO", "message": "Deleted original and processing copy for Howl's Moving Castle (2004) x265 EAC3 5.1 Bluray-1080p Garshasp.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-27T04:10:34Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\The Devil Wears Prada 2 (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-07-27T04:12:23Z", "level": "INFO", "message": "Processing: The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Copied The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv: 4441.51 MB in 1m 16s @ 58.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Copied The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv → The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-07-27T04:13:40Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-07-27T04:13:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-07-27T04:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "Black frame analysis: 2.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "Output file black content acceptable (2.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Original Size: 4657.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Encoded Size: 1675.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Reduction: 36.0% of original (64.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Resolution: 1920x800 → 1920x800", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-27T04:25:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-27T04:25:57Z", "level": "INFO", "message": "Moved The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv → The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Size: 4657.26MB → 1675.27MB (36.0% of original, 64.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-27T04:26:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-27T04:26:03Z", "level": "INFO", "message": "Deleted original and processing copy for The Devil Wears Prada 2 (2026) x265 EAC3 Atmos 5.1 WEBDL-1080p Radarr.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-27T04:26:03Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Hit Man (2024)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-07-27T04:33:37Z", "level": "INFO", "message": "Processing: Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-07-27T04:35:22Z", "level": "INFO", "message": "Copied Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv: 5906.70 MB in 1m 44s @ 56.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-07-27T04:35:22Z", "level": "INFO", "message": "Copied Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv → Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-07-27T04:35:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-07-27T04:35:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-07-27T04:35:33Z", "level": "INFO", "message": "Bitmap subtitle streams detected (hdmv_pgs_subtitle) - copying subtitles without conversion", "module": "encode_engine", "function": "run_ffmpeg", "line": 414} +{"timestamp": "2026-07-27T04:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:45:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (5590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (6561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "Black frame analysis: 14.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "Output file black content acceptable (14.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Original Size: 6193.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Encoded Size: 2742.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Reduction: 44.3% of original (55.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-07-27T04:47:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-07-27T04:47:54Z", "level": "INFO", "message": "Moved Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv → Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Size: 6193.63MB → 2742.85MB (44.3% of original, 55.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-07-27T04:47:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-07-27T04:48:00Z", "level": "INFO", "message": "Deleted original and processing copy for Hit Man (2024) x265 EAC3 5.1 Bluray-1080p Silence.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-07-27T04:48:00Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Bridgerton (2020)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-03T23:51:34Z", "level": "INFO", "message": "Processing: Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-03T23:51:52Z", "level": "INFO", "message": "Copied Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv: 1134.18 MB in 18s @ 62.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-03T23:51:52Z", "level": "INFO", "message": "Copied Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-03T23:51:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-03T23:51:53Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-03T23:52:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-03T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Original Size: 1189.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Encoded Size: 720.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Reduction: 60.6% of original (39.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-03T23:57:05Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-03T23:57:16Z", "level": "INFO", "message": "Moved Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Size: 1189.27MB → 720.31MB (60.6% of original, 39.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E01 - Diamond of the First Water x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-03T23:57:21Z", "level": "INFO", "message": "Processing: Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Copied Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv: 1076.68 MB in 17s @ 61.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Copied Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-03T23:57:38Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-03T23:57:47Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-03T23:58:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-03T23:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "Black frame analysis: 5.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "Output file black content acceptable (5.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Original Size: 1128.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Encoded Size: 687.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Reduction: 60.9% of original (39.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:03:04Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:03:15Z", "level": "INFO", "message": "Moved Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Size: 1128.98MB → 687.35MB (60.9% of original, 39.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E02 - Shock and Delight x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:03:20Z", "level": "INFO", "message": "Processing: Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Copied Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv: 978.21 MB in 15s @ 61.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Copied Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:03:36Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:03:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:05:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "Black frame analysis: 5.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "Output file black content acceptable (5.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Original Size: 1025.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Encoded Size: 630.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Reduction: 61.5% of original (38.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:08:26Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:08:36Z", "level": "INFO", "message": "Moved Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Size: 1025.73MB → 630.71MB (61.5% of original, 38.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:08:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:08:41Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E03 - Art of the Swoon x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:08:41Z", "level": "INFO", "message": "Processing: Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Copied Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv: 1005.50 MB in 16s @ 61.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Copied Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:08:57Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:09:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:12:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Original Size: 1054.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Encoded Size: 659.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Reduction: 62.5% of original (37.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:14:04Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:14:14Z", "level": "INFO", "message": "Moved Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Size: 1054.35MB → 659.07MB (62.5% of original, 37.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E04 - An Affair of Honor x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:14:18Z", "level": "INFO", "message": "Processing: Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Copied Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv: 945.31 MB in 15s @ 60.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Copied Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:14:34Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:14:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3052s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:18:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Original Size: 991.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Encoded Size: 620.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Reduction: 62.6% of original (37.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:19:47Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:19:56Z", "level": "INFO", "message": "Moved Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Size: 991.23MB → 620.68MB (62.6% of original, 37.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:20:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:20:01Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E05 - The Duke and I x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:20:01Z", "level": "INFO", "message": "Processing: Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Copied Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv: 954.31 MB in 15s @ 63.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Copied Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:20:16Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:20:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:24:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "Black frame analysis: 5.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "Output file black content acceptable (5.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Original Size: 1000.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Encoded Size: 616.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Reduction: 61.6% of original (38.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:25:13Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:25:23Z", "level": "INFO", "message": "Moved Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Size: 1000.67MB → 616.59MB (61.6% of original, 38.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E06 - Swish x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:25:27Z", "level": "INFO", "message": "Processing: Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Copied Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv: 877.69 MB in 14s @ 60.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Copied Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:25:42Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:25:50Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Original Size: 920.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Encoded Size: 562.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Reduction: 61.2% of original (38.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:30:52Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:31:01Z", "level": "INFO", "message": "Moved Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Size: 920.33MB → 562.87MB (61.2% of original, 38.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E07 - Oceans Apart x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:31:05Z", "level": "INFO", "message": "Processing: Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Copied Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv: 1145.97 MB in 19s @ 59.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Copied Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv → Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-04T00:31:25Z", "level": "INFO", "message": "Using explicitly specified resolution: 1280x720", "module": "process_manager", "function": "process_folder", "line": 325} +{"timestamp": "2026-08-04T00:31:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-04T00:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "Black frame analysis: 5.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "Output file black content acceptable (5.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Original Size: 1201.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Encoded Size: 749.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Reduction: 62.4% of original (37.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Resolution: 1920x960 → 1280x720", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-04T00:37:13Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-04T00:37:24Z", "level": "INFO", "message": "Moved Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv → Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Type: TV | Show: Bridgerton (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Size: 1201.64MB → 749.46MB (62.4% of original, 37.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "Deleted original and processing copy for Bridgerton - S01E08 - After the Rain x265 AC3 HDTV-1080p MIRCrew.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-04T00:37:30Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)\\Season 1", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T21:22:04Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:22:32Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv: 1426.43 MB in 28s @ 50.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:22:32Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:22:33Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:22:40Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Original Size: 1495.72 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Encoded Size: 379.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Reduction: 25.4% of original (74.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:24:46Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:24:54Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Size: 1495.72MB → 379.89MB (25.4% of original, 74.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:24:57Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:25:28Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv: 1442.03 MB in 30s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:25:28Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:25:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:25:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "Black frame analysis: 3.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "Output file black content acceptable (3.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Original Size: 1512.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Encoded Size: 425.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Reduction: 28.1% of original (71.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:27:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:27:52Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Size: 1512.08MB → 425.24MB (28.1% of original, 71.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:27:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:27:56Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:27:56Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:28:25Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv: 1441.37 MB in 29s @ 49.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:28:25Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:28:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:28:32Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Original Size: 1511.38 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Encoded Size: 381.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Reduction: 25.2% of original (74.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:30:41Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:30:50Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Size: 1511.38MB → 381.2MB (25.2% of original, 74.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:30:53Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv: 1440.78 MB in 30s @ 47.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:31:24Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:31:31Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Original Size: 1510.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Encoded Size: 419.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Reduction: 27.7% of original (72.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:33:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:33:44Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Size: 1510.77MB → 419.13MB (27.7% of original, 72.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:33:47Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:34:22Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv: 1440.60 MB in 34s @ 41.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:34:22Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv → Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:34:23Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:34:29Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Original Size: 1510.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Encoded Size: 386.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Reduction: 25.6% of original (74.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:36:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:36:39Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Size: 1510.58MB → 386.59MB (25.6% of original, 74.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:36:42Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:37:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv: 1440.84 MB in 29s @ 48.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:37:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:37:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:37:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:38:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Original Size: 1510.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Encoded Size: 417.64 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Reduction: 27.6% of original (72.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:39:27Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:39:36Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Size: 1510.83MB → 417.64MB (27.6% of original, 72.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:39:40Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv: 1444.04 MB in 31s @ 45.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:40:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:40:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Original Size: 1514.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Encoded Size: 344.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:42:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:42:28Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Size: 1514.18MB → 344.7MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:42:31Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv: 1439.96 MB in 34s @ 41.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:43:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:43:12Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "Black frame analysis: 0.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "Output file black content acceptable (0.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Original Size: 1509.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Encoded Size: 386.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Reduction: 25.6% of original (74.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:45:14Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:45:21Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Size: 1509.91MB → 386.4MB (25.6% of original, 74.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:45:24Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "BATCH MODE: Starting batch processing from new.txt", "module": "main", "function": "main", "line": 488} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "File monitoring enabled - will check for new additions after each item", "module": "main", "function": "main", "line": 489} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "[BATCH 1] Processing: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Mistress Kanan Is Devilishly Easy (2026)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E01 - Kanan's Easy x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E02 - Ami Has Arrived x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E03 - Kanan's First Date x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E04 - Ami the Forceful Cupid x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E05 - Kanan and the Saint x264 AAC WEBDL-1080p ToonsHub - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E06 - Kanan's First Time Skipping x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E07 - Kanan's Summer Break x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipping Mistress Kanan Is Devilishly Easy - S01E08 - Kanan Returns to Her Family x264 AAC WEBDL-1080p VARYG - [EHX].mkv: matches ignore tags", "module": "process_manager", "function": "process_folder", "line": 231} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Skipped 8 file(s)", "module": "process_manager", "function": "process_folder", "line": 237} +{"timestamp": "2026-08-09T21:45:59Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:45:59Z", "level": "WARNING", "message": "Incomplete copy detected for Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv. Re-copying.", "module": "process_manager", "function": "process_folder", "line": 258} +{"timestamp": "2026-08-09T21:46:29Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv: 1443.04 MB in 30s @ 47.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:46:29Z", "level": "INFO", "message": "Re-copied Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 260} +{"timestamp": "2026-08-09T21:46:30Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:46:37Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Original Size: 1513.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Encoded Size: 365.03 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Reduction: 24.1% of original (75.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:48:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:48:46Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Size: 1513.13MB → 365.03MB (24.1% of original, 75.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E09 - Lilim's Test of Defeat x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:48:49Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:49:20Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv: 1440.96 MB in 30s @ 46.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:49:20Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:49:21Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:49:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:50:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Original Size: 1510.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Encoded Size: 388.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Reduction: 25.7% of original (74.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:51:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:51:39Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Size: 1510.95MB → 388.09MB (25.7% of original, 74.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E10 - Milch's Bratty Memories x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:51:42Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:52:16Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv: 1442.35 MB in 34s @ 42.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:52:16Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:52:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:52:23Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Original Size: 1512.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Encoded Size: 369.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Reduction: 24.5% of original (75.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:54:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:54:36Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Size: 1512.42MB → 369.89MB (24.5% of original, 75.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E11 - Miel's Stolen Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:54:39Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:55:13Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv: 1385.15 MB in 34s @ 40.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:55:14Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:55:14Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:55:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (877s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Original Size: 1452.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Encoded Size: 316.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Reduction: 21.8% of original (78.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T21:57:18Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T21:57:24Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Size: 1452.43MB → 316.99MB (21.8% of original, 78.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T21:57:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T21:57:27Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p Erai-raws.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T21:57:27Z", "level": "INFO", "message": "Processing: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T21:58:04Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv: 1437.60 MB in 37s @ 38.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T21:58:04Z", "level": "INFO", "message": "Copied Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T21:58:05Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T21:58:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T21:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T21:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Original Size: 1507.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Encoded Size: 352.50 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Reduction: 23.4% of original (76.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:00:13Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:00:20Z", "level": "INFO", "message": "Moved Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Type: ANIME | Show: Mistress Kanan Is Devilishly Easy (2026)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Size: 1507.43MB → 352.5MB (23.4% of original, 76.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Deleted original and processing copy for Mistress Kanan Is Devilishly Easy - S01E12 - Kanan and Kyougi's Trial of Love x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "[BATCH 1] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "[BATCH 2] Processing: P:\\movies\\Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025)", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Using path as-is: P:\\movies\\Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025)", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T22:00:24Z", "level": "INFO", "message": "Processing: Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:03:58Z", "level": "INFO", "message": "Copied Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv: 9526.10 MB in 3m 34s @ 44.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:03:58Z", "level": "INFO", "message": "Copied Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv → Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:03:59Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:04:33Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T22:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (4074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:15:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (7527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "Black frame analysis: 9.6% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "Output file black content acceptable (9.6% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Original Size: 9988.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Encoded Size: 3047.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Reduction: 30.5% of original (69.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:17:51Z", "level": "INFO", "message": " Audio Streams: 3 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:18:54Z", "level": "INFO", "message": "Moved Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv → Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Type: MOVIE | Show: N/A", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Size: 9988.84MB → 3047.95MB (30.5% of original, 69.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:19:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Deleted original and processing copy for Demon Slayer - Kimetsu no Yaiba Infinity Castle (2025) x264 AAC 2.0 WEBDL-1080p kARiDo.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "[BATCH 2] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "[BATCH 3] Processing: P:\\tv\\Special Ops Lioness\\Season 2", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Using path as-is: P:\\tv\\Special Ops Lioness\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T22:19:12Z", "level": "INFO", "message": "Processing: Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Copied Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv: 1463.84 MB in 33s @ 44.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Copied Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:19:45Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:19:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (844s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1002s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1007s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:21:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1715s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1821s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2042s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "Black frame analysis: 29.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "Output file black content acceptable (29.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Original Size: 1534.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Encoded Size: 855.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Reduction: 55.7% of original (44.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:24:55Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:25:13Z", "level": "INFO", "message": "Moved Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Size: 1534.94MB → 855.39MB (55.7% of original, 44.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:25:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:25:15Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E01 - Beware the Old Soldier x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:25:15Z", "level": "INFO", "message": "Processing: Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:25:51Z", "level": "INFO", "message": "Copied Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv: 1546.02 MB in 36s @ 42.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:25:51Z", "level": "INFO", "message": "Copied Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:25:52Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:25:55Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:27:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "Black frame analysis: 1.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "Output file black content acceptable (1.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Original Size: 1621.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Encoded Size: 710.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Reduction: 43.9% of original (56.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:31:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:31:37Z", "level": "INFO", "message": "Moved Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Size: 1621.12MB → 710.89MB (43.9% of original, 56.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:31:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:31:39Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E02 - I Love My Country x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:31:39Z", "level": "INFO", "message": "Processing: Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:32:18Z", "level": "INFO", "message": "Copied Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv: 1703.44 MB in 39s @ 43.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:32:18Z", "level": "INFO", "message": "Copied Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:32:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:32:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1204s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1506s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:35:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "Black frame analysis: 2.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "Output file black content acceptable (2.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Original Size: 1786.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Encoded Size: 698.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Reduction: 39.1% of original (60.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:38:20Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:38:35Z", "level": "INFO", "message": "Moved Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Size: 1786.18MB → 698.27MB (39.1% of original, 60.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E03 - Along Came a Spider x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:38:37Z", "level": "INFO", "message": "Processing: Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Copied Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv: 1565.27 MB in 40s @ 38.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Copied Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:39:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:39:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (965s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1044s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1067s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1095s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1896s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1914s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:42:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2502s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2543s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2656s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "Black frame analysis: 1.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "Output file black content acceptable (1.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Original Size: 1641.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Encoded Size: 585.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Reduction: 35.7% of original (64.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:44:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:45:00Z", "level": "INFO", "message": "Moved Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Size: 1641.31MB → 585.73MB (35.7% of original, 64.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:45:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:45:03Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E04 - Five Hundred Children x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:45:03Z", "level": "INFO", "message": "Processing: Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Copied Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv: 1521.32 MB in 34s @ 44.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Copied Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:45:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:45:41Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (545s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (605s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (670s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (817s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (826s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (923s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:47:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1244s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1522s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1726s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:48:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1951s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1981s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2058s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2174s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2252s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2580s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:50:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "Black frame analysis: 1.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "Output file black content acceptable (1.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Original Size: 1595.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Encoded Size: 564.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Reduction: 35.4% of original (64.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:51:01Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:51:12Z", "level": "INFO", "message": "Moved Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Size: 1595.22MB → 564.41MB (35.4% of original, 64.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E05 - Shatter the Moon x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:51:14Z", "level": "INFO", "message": "Processing: Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Copied Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv: 1635.31 MB in 43s @ 37.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Copied Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:51:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:52:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (559s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (596s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:53:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1071s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1075s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1163s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1233s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1256s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1428s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1465s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:54:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1601s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1633s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1652s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1692s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1766s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1869s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2050s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2092s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2539s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:56:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "Black frame analysis: 1.8% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "Output file black content acceptable (1.8% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Original Size: 1714.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Encoded Size: 735.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Reduction: 42.9% of original (57.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T22:57:44Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T22:57:59Z", "level": "INFO", "message": "Moved Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Size: 1714.75MB → 735.09MB (42.9% of original, 57.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T22:58:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T22:58:02Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E06 - 2381 x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T22:58:02Z", "level": "INFO", "message": "Processing: Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Copied Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv: 1865.76 MB in 41s @ 44.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Copied Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T22:58:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T22:58:48Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T22:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (324s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T22:59:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (674s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (892s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (955s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (959s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (964s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (969s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1034s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1048s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1081s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1118s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1122s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:00:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1173s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1177s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1229s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1248s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1481s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1504s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1518s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1527s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1637s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1709s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1762s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1903s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2026s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2030s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2040s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2189s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:02:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2267s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2285s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2424s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2438s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2442s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2512s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2535s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2563s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2567s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2678s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2682s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:03:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2774s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2811s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2840s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2848s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2885s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2908s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2931s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3203s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3217s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3279s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3314s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Original Size: 1956.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Encoded Size: 717.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Reduction: 36.7% of original (63.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:05:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:05:28Z", "level": "INFO", "message": "Moved Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Size: 1956.39MB → 717.46MB (36.7% of original, 63.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:05:30Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:05:31Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E07 - The Devil Has Aces x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:05:31Z", "level": "INFO", "message": "Processing: Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:06:11Z", "level": "INFO", "message": "Copied Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv: 1691.65 MB in 40s @ 41.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:06:12Z", "level": "INFO", "message": "Copied Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv → Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:06:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:06:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T23:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (343s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:06:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (371s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (436s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (473s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (487s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (510s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (533s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (537s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (547s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (551s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (593s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (611s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (621s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (625s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (630s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (648s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (690s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (741s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (778s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (856s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (920s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (962s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (968s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (985s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1013s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1022s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1054s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1100s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1137s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1158s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1159s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1193s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1213s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1215s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1368s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:08:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1432s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1469s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1515s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1519s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1556s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1576s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1604s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1617s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1644s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1745s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1786s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:09:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1943s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1947s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1989s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1993s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2006s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2038s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2061s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2093s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2112s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2125s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2129s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2207s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2273s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2289s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2295s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2564s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2570s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2619s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2689s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2749s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2754s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2809s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2836s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2881s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2977s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:11:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (2995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (3046s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "Black frame analysis: 3.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "Output file black content acceptable (3.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Original Size: 1773.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Encoded Size: 1065.35 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Reduction: 60.1% of original (39.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:12:17Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:12:38Z", "level": "INFO", "message": "Moved Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv → Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Type: TV | Show: Special Ops Lioness", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Size: 1773.82MB → 1065.35MB (60.1% of original, 39.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Deleted original and processing copy for Lioness - S02E08 - The Compass Points Home x265 EAC3 WEBDL-1080p Ghost.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "[BATCH 3] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "[BATCH 4] Processing: P:\\anime\\SPY x FAMILY (2022)\\Season 3", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\SPY x FAMILY (2022)\\Season 3", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T23:12:40Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:13:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv: 1466.11 MB in 32s @ 45.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:13:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:13:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:13:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:14:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Original Size: 1537.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Encoded Size: 342.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Reduction: 22.3% of original (77.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:15:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:15:35Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Size: 1537.33MB → 342.6MB (22.3% of original, 77.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E01 - BERLINT PANIC + THE INFORMANT AND NIGHTFALL x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:15:38Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:16:18Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv: 1469.06 MB in 39s @ 37.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:16:18Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:16:19Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:16:26Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (586s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (730s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (737s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1293s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "Black frame analysis: 0.3% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "Output file black content acceptable (0.3% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Original Size: 1540.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Encoded Size: 290.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Reduction: 18.8% of original (81.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:18:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:18:33Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Size: 1540.42MB → 290.33MB (18.8% of original, 81.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E02 - AVOID GETTING TONITRUS BOLTS + ■■■■'S MEMORIES I x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:18:37Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:19:09Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv: 1462.55 MB in 31s @ 46.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:19:09Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:19:10Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:19:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Original Size: 1533.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Encoded Size: 266.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Reduction: 17.4% of original (82.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:21:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:21:25Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Size: 1533.59MB → 266.58MB (17.4% of original, 82.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E03 - ■■■■'S MEMORIES II x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:21:28Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:22:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv: 1459.33 MB in 31s @ 46.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:22:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:22:01Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:22:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:22:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:22:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "Black frame analysis: 0.2% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "Output file black content acceptable (0.2% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Original Size: 1530.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Encoded Size: 299.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Reduction: 19.6% of original (80.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:24:11Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:24:20Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Size: 1530.22MB → 299.92MB (19.6% of original, 80.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:24:23Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:24:24Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E04 - BEHIND THE SCANDAL + THE PATH TO AN IMPERIAL SCHOLAR x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:24:24Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:24:57Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv: 1462.78 MB in 33s @ 43.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:24:57Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:24:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:25:05Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Original Size: 1533.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Encoded Size: 252.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:27:09Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:27:15Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Size: 1533.84MB → 252.29MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:27:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:27:19Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:27:19Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv: 316.45 MB in 7s @ 43.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:27:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:27:28Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-09T23:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Original Size: 331.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Encoded Size: 182.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Reduction: 54.9% of original (45.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:30:35Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:30:38Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv → SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Size: 331.82MB → 182.01MB (54.9% of original, 45.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E05 - THE MOMMY-FRIENDS SCHEME x265 EAC3 WEBRip-1080p EMBER.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:30:39Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:31:11Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv: 1460.51 MB in 32s @ 45.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:31:11Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:31:12Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:31:19Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:31:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (623s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (799s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (805s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (936s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1162s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1169s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1170s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1320s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Original Size: 1531.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Encoded Size: 249.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Reduction: 16.3% of original (83.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:33:18Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:33:23Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Size: 1531.46MB → 249.21MB (16.3% of original, 83.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:33:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:33:27Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E06 - WHITE JEALOUSY + THE EDEN COLLEGE BUSJACKING INCIDENT x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:33:27Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:34:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv: 1464.08 MB in 33s @ 43.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:34:00Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:34:01Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:34:08Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:34:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:35:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Original Size: 1535.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Encoded Size: 238.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Reduction: 15.5% of original (84.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:36:07Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:36:12Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Size: 1535.2MB → 238.46MB (15.5% of original, 84.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E07 - THE RED CIRCUS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:36:16Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:36:49Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv: 1462.12 MB in 33s @ 43.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:36:49Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:36:50Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:36:57Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:38:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Original Size: 1533.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Encoded Size: 234.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Reduction: 15.3% of original (84.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:38:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:39:02Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Size: 1533.14MB → 234.33MB (15.3% of original, 84.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E08 - TAKE DOWN THE BUSJACKER x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:39:05Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:39:42Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv: 1461.86 MB in 36s @ 40.0 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:39:42Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:39:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:39:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (939s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1017s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1155s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Original Size: 1532.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Encoded Size: 247.40 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Reduction: 16.1% of original (83.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:41:48Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:41:53Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Size: 1532.87MB → 247.4MB (16.1% of original, 83.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E09 - ANYA'S ERA HAS COME x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:41:57Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:42:28Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv: 1458.83 MB in 30s @ 47.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:42:28Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:42:29Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:42:36Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:43:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (641s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1196s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1312s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Original Size: 1529.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Encoded Size: 286.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Reduction: 18.7% of original (81.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:44:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:44:42Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Size: 1529.69MB → 286.06MB (18.7% of original, 81.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E10 - AUSTIN'S TROUBLES + A NORMAL MIXER + MOON LANDING x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:44:46Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:45:15Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv: 1463.87 MB in 29s @ 49.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:45:16Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:45:17Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:45:24Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:46:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (475s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (607s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (863s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:46:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Original Size: 1534.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Encoded Size: 312.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Reduction: 20.3% of original (79.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:47:25Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:47:32Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Size: 1534.98MB → 312.02MB (20.3% of original, 79.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E11 - EXTREME LEVEL 3 SITUATION x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:47:35Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:48:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv: 1463.40 MB in 36s @ 39.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:48:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:48:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:48:20Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:49:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:49:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Original Size: 1534.49 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Encoded Size: 293.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Reduction: 19.1% of original (80.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:50:23Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:50:28Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Size: 1534.49MB → 293.21MB (19.1% of original, 80.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:50:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:50:32Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E12 - BATTLE TO THE DEATH IN THE SEWERS x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:50:32Z", "level": "INFO", "message": "Processing: SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:51:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv: 1464.96 MB in 40s @ 36.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:51:12Z", "level": "INFO", "message": "Copied SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv → SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:51:13Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:51:19Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:51:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (488s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (490s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:52:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Original Size: 1536.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Encoded Size: 297.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Reduction: 19.4% of original (80.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:53:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:53:25Z", "level": "INFO", "message": "Moved SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv → SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Type: ANIME | Show: SPY x FAMILY (2022)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Size: 1536.12MB → 297.41MB (19.4% of original, 80.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Deleted original and processing copy for SPY x FAMILY - S03E13 - A WORLD WHERE WE CANNOT SURVIVE x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "[BATCH 4] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "[BATCH 5] Processing: P:\\anime\\Dorohedoro (2020)\\Season 2", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Dorohedoro (2020)\\Season 2", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-09T23:53:28Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:54:10Z", "level": "INFO", "message": "Copied Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv: 1617.02 MB in 42s @ 38.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:54:10Z", "level": "INFO", "message": "Copied Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:54:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:54:18Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:55:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:55:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (782s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "Black frame analysis: 2.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "Output file black content acceptable (2.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Original Size: 1695.57 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Encoded Size: 371.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Reduction: 21.9% of original (78.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:56:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:56:45Z", "level": "INFO", "message": "Moved Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Size: 1695.57MB → 371.45MB (21.9% of original, 78.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-09T23:56:48Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-09T23:56:49Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E01 - Let's Use Our Resources With Care + Horror! Bloody Mansion Slaughter Dance x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-09T23:56:49Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-09T23:57:25Z", "level": "INFO", "message": "Copied Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv: 1598.48 MB in 36s @ 43.5 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-09T23:57:26Z", "level": "INFO", "message": "Copied Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-09T23:57:26Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-09T23:57:33Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-09T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:58:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Original Size: 1676.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Encoded Size: 383.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Reduction: 22.9% of original (77.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-09T23:59:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-09T23:59:58Z", "level": "INFO", "message": "Moved Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Size: 1676.13MB → 383.23MB (22.9% of original, 77.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:00:01Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:00:02Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E02 - Meoto Zenzai + Mastema Subnade + The Tragic Tale of the Cross-Eyes x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:00:02Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:00:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv: 1579.57 MB in 35s @ 44.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:00:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:00:38Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:00:45Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (446s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:01:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (911s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1005s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1009s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1105s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1523s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "Black frame analysis: 1.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "Output file black content acceptable (1.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Original Size: 1656.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Encoded Size: 357.97 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Reduction: 21.6% of original (78.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:02:57Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:03:04Z", "level": "INFO", "message": "Moved Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Size: 1656.3MB → 357.97MB (21.6% of original, 78.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:03:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:03:08Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E03 - Sweet Home + Shining Youth + Memories Keep Circling Round and Round + Come Back Home x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:03:08Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv: 1083.52 MB in 29s @ 37.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Copied Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:03:37Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:03:42Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:04:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1477s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Original Size: 1136.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Encoded Size: 438.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Reduction: 38.6% of original (61.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:05:47Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:05:57Z", "level": "INFO", "message": "Moved Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Size: 1136.15MB → 438.58MB (38.6% of original, 61.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:05:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:06:00Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E04 - Golden Beetles Are Rich + Cute Butcher + Door to the Past x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:06:00Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Copied Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv: 1498.54 MB in 39s @ 37.6 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Copied Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:06:40Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:06:46Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:07:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (467s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:07:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "Black frame analysis: 2.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "Output file black content acceptable (2.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Original Size: 1571.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Encoded Size: 357.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Reduction: 22.8% of original (77.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:08:56Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:09:04Z", "level": "INFO", "message": "Moved Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Size: 1571.34MB → 357.59MB (22.8% of original, 77.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E05 - Meeting in the Rain + Travel Companions + Final Night for Two x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:09:07Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Copied Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv: 1470.66 MB in 37s @ 39.3 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Copied Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:09:45Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:09:50Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:10:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:10:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:11:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "Black frame analysis: 2.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "Output file black content acceptable (2.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Original Size: 1542.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Encoded Size: 382.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Reduction: 24.8% of original (75.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:12:03Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:12:11Z", "level": "INFO", "message": "Moved Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Size: 1542.1MB → 382.44MB (24.8% of original, 75.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E06 - Farewell, Caiman + Memory Bubbles x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:12:14Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:12:42Z", "level": "INFO", "message": "Copied Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv: 1058.84 MB in 28s @ 37.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:12:42Z", "level": "INFO", "message": "Copied Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:12:43Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:12:48Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (541s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (555s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (568s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (588s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:13:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:14:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Original Size: 1110.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Encoded Size: 485.47 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Reduction: 43.7% of original (56.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:15:12Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:15:21Z", "level": "INFO", "message": "Moved Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Size: 1110.27MB → 485.47MB (43.7% of original, 56.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E07 - My Secret Plan + Cross-Eye Expedition + Deformed Reunion x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:15:24Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Copied Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv: 1132.33 MB in 31s @ 35.8 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Copied Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:15:56Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:16:00Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (434s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (572s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:16:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1232s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:17:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:18:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "Black frame analysis: 6.7% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "Output file black content acceptable (6.7% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Original Size: 1187.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Encoded Size: 488.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Reduction: 41.1% of original (58.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:18:14Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:18:25Z", "level": "INFO", "message": "Moved Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Size: 1187.34MB → 488.26MB (41.1% of original, 58.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:18:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:18:28Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E08 - Chaos Shock + Black Box + Room 501 x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:18:28Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Copied Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv: 1201.79 MB in 30s @ 39.4 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Copied Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:18:58Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:19:03Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:19:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:19:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:20:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "Black frame analysis: 17.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "Output file black content acceptable (17.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Original Size: 1260.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Encoded Size: 499.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Reduction: 39.7% of original (60.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:21:19Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:21:29Z", "level": "INFO", "message": "Moved Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Size: 1260.17MB → 499.92MB (39.7% of original, 60.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:21:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:21:32Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E09 - Mosh Pit + Cross-Eyes in the News x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:21:32Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Copied Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv: 1476.18 MB in 39s @ 37.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Copied Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv → Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:22:11Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:22:17Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:23:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:23:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1461s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "Black frame analysis: 1.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "Output file black content acceptable (1.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Original Size: 1547.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Encoded Size: 378.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Reduction: 24.4% of original (75.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:24:29Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:24:36Z", "level": "INFO", "message": "Moved Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Size: 1547.89MB → 378.17MB (24.4% of original, 75.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E10 - Lucky Jerk + Advanced Magic x264 AAC WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:24:39Z", "level": "INFO", "message": "Processing: Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Copied Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv: 1144.34 MB in 26s @ 42.7 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Copied Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv → Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:25:06Z", "level": "INFO", "message": "Auto-selected AV1 encoder for detected 8-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:25:11Z", "level": "INFO", "message": "Auto-selected AV1 NVENC for detected 8-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 121} +{"timestamp": "2026-08-10T00:26:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (733s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (871s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:26:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "Black frame analysis: 1.9% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "Output file black content acceptable (1.9% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Original Size: 1199.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Encoded Size: 467.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Reduction: 39.0% of original (61.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:27:26Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:27:35Z", "level": "INFO", "message": "Moved Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv → Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Type: ANIME | Show: Dorohedoro (2020)", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Size: 1199.93MB → 467.6MB (39.0% of original, 61.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Deleted original and processing copy for Dorohedoro - S02E11 - Ballad of the Happy Destruction + Question & Answer x264 EAC3 WEBDL-1080p VARYG.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 658} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "[BATCH 5] Completed successfully", "module": "main", "function": "main", "line": 633} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "[BATCH 6] Processing: P:\\anime\\Pseudo Harem", "module": "main", "function": "main", "line": 530} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\Pseudo Harem", "module": "main", "function": "normalize_input_path", "line": 66} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Default language from config: eng", "module": "process_manager", "function": "process_folder", "line": 190} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "und→default language enabled: und → eng", "module": "process_manager", "function": "process_folder", "line": 197} +{"timestamp": "2026-08-10T00:27:38Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:28:04Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv: 1122.15 MB in 26s @ 43.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:28:04Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:28:05Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:28:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:28:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (364s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:28:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (405s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (409s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (417s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (450s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (471s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (499s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (524s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (549s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (574s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (578s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (582s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (584s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (627s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (753s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (814s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (818s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (822s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (851s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (855s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (867s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:29:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (888s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (905s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (941s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (982s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1074s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1078s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1086s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1107s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1132s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1140s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1144s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1148s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1152s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1181s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1185s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1218s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1222s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1226s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1259s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1263s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1265s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1275s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1316s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:30:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "Black frame analysis: 0.0% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "Output file black content acceptable (0.0% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Original Size: 1176.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Encoded Size: 198.45 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:31:15Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:31:19Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Size: 1176.66MB → 198.45MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E01 - The Beginning of a Story x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:31:20Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv: 914.67 MB in 23s @ 39.1 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:31:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:31:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:32:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (303s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (328s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (332s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (352s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (356s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (360s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (393s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (401s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (422s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (426s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (430s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (439s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (443s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (447s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (451s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (455s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (459s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (463s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (480s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (483s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (492s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (496s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (508s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (525s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (529s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (558s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:32:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (591s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (595s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (600s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (616s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (636s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (640s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (645s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (649s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (653s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (657s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (661s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (665s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (669s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (673s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (677s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (685s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (686s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (694s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (698s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (702s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (710s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (714s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (718s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (722s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (743s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (747s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (751s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (755s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (759s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (767s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (770s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (780s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (788s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (792s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (796s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (804s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (820s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (829s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (833s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (860s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (873s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (906s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (910s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (915s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (919s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (922s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (927s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (973s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (999s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1003s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1012s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1015s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1018s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1027s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1031s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1035s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1043s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:33:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1047s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1051s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1055s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1059s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1063s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1079s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1087s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1091s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1096s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1099s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1104s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1108s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1111s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1116s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1120s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1124s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1128s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1136s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1141s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1149s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1153s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1161s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1165s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1166s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1178s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1182s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1186s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1190s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1194s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1198s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1206s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1210s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1214s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1219s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1223s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1227s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1235s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1239s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1243s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1247s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1251s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1255s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1260s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1264s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1268s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1272s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1276s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1283s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1296s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1340s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1365s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1369s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1373s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1377s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1381s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1385s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1389s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1418s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "Black frame analysis: 0.5% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "Output file black content acceptable (0.5% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Original Size: 959.10 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Encoded Size: 171.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Reduction: 17.9% of original (82.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:34:53Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:34:57Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Size: 959.1MB → 171.21MB (17.9% of original, 82.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E02 - Confession x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:34:58Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv: 897.70 MB in 21s @ 40.9 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:35:20Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:35:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (305s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (354s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (387s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (391s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (395s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (399s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (403s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (423s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (427s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (431s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (435s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (440s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (444s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (448s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (452s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (456s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (460s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (464s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (468s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (472s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (476s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (479s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (485s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (493s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (501s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (505s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (509s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (513s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (517s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (521s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (526s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (530s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (534s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (538s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (542s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (546s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (550s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (554s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (562s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (566s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (571s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (575s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (583s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (587s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (599s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (603s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (608s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (612s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (615s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (620s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (624s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (628s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (632s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (634s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (642s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (646s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (650s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (654s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (658s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (662s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (666s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (683s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (691s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (695s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (699s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (703s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (707s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (711s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (719s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (723s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (727s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (731s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (735s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (739s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:36:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (756s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (760s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (764s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (768s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (772s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (776s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (784s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (790s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (794s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (798s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (802s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (807s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (815s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (819s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (823s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (827s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (831s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (835s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (839s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (843s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (847s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (852s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (859s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (864s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (868s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (872s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (876s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (880s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (884s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (889s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (893s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (897s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (901s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (904s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (909s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (913s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (917s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (921s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (926s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (930s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (934s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (938s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (942s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (946s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (950s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (954s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (958s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (971s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (975s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (983s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (987s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (991s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (995s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1000s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1004s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1008s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1011s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1020s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1024s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1028s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1032s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1036s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1039s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1065s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1069s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1083s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1106s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1110s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1114s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1135s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1139s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1147s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1168s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1172s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1176s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1180s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1184s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1188s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1197s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1205s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1209s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1212s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1221s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1225s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:37:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1230s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1234s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1238s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1242s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1250s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1258s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1269s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1271s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1282s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1286s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1290s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1298s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1304s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1309s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1349s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1357s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1361s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1390s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1397s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1406s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1410s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1414s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "Black frame analysis: 0.1% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "Output file black content acceptable (0.1% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Original Size: 941.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Encoded Size: 168.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Reduction: 17.9% of original (82.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:38:31Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:38:34Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Size: 941.3MB → 168.09MB (17.9% of original, 82.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:38:35Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:38:36Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E03 - Lessons in Love x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:38:36Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv: 987.45 MB in 27s @ 36.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:39:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:39:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:39:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (310s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (336s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (348s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (367s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (372s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (376s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (380s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (384s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:39:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (413s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (453s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (457s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (486s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (489s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (494s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (497s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (500s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (516s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (520s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (528s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (532s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (553s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (560s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (579s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (590s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (592s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (597s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (609s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (614s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (618s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (622s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (626s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (629s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (638s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (659s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (663s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (667s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (671s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (675s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (679s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (681s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (687s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (696s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (700s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (704s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (708s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (712s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (716s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (720s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (724s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (728s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (732s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (736s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (740s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (744s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (748s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (752s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (757s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (761s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (769s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (773s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (777s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (781s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (785s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (789s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (793s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (797s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (801s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (806s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (810s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (813s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (825s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (830s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (834s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (838s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (842s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (846s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (850s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (854s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (858s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (862s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (866s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (875s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (879s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:40:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (883s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (887s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (891s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (895s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (899s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (902s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (907s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (912s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (916s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (918s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (924s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (928s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (932s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (935s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (944s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (948s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (952s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (956s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (960s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (963s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (967s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (972s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (976s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (980s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (984s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (988s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (992s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (996s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (997s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1016s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1021s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1029s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1033s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1037s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1041s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1045s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1049s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1053s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1057s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1062s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1066s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1070s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1073s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1077s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1082s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1085s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1090s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1094s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1098s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1102s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1103s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1115s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1119s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1123s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1127s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1131s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1133s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1143s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1145s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1151s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1156s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1160s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1164s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1167s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1171s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1195s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1199s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1202s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1208s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1211s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1216s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1220s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1224s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1228s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1231s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1236s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1240s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1246s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1253s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1261s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1277s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1280s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1284s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1288s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1292s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1297s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1302s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1317s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1321s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1325s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1329s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1333s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1337s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1341s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1346s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1350s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:41:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1353s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1358s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1362s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1366s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1370s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1374s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1378s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1382s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1386s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1394s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1398s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1402s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1407s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1411s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1415s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1419s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1421s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "Black frame analysis: 0.4% of first 300s is black", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 202} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "Output file black content acceptable (0.4% black)", "module": "black_frame_detector", "function": "analyze_output_for_black", "line": 209} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 536} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Original Size: 1035.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 537} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Encoded Size: 188.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 538} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Reduction: 18.2% of original (81.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 539} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 540} +{"timestamp": "2026-08-10T00:42:16Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 541} +{"timestamp": "2026-08-10T00:42:20Z", "level": "INFO", "message": "Moved Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 715} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 754} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Type: ANIME | Show: Pseudo Harem", "module": "process_manager", "function": "_save_successful_encoding", "line": 755} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Size: 1035.42MB → 188.58MB (18.2% of original, 81.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "Deleted original and processing copy for Pseudo Harem - S01E04 - WOW x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 770} +{"timestamp": "2026-08-10T00:42:21Z", "level": "INFO", "message": "Processing: Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 241} +{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv: 1012.05 MB in 27s @ 37.2 MB/s", "module": "file_transfer", "function": "copy_with_progress", "line": 95} +{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Copied Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv → Pseudo Harem - S01E05 - Summer Vacation x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 264} +{"timestamp": "2026-08-10T00:42:49Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 321} +{"timestamp": "2026-08-10T00:42:51Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 113} +{"timestamp": "2026-08-10T00:43:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (301s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (306s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (308s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (313s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (318s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (322s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (326s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (330s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (334s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (338s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (342s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (345s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (351s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (355s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (359s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (363s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (375s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (379s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (383s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (388s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (392s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (396s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (400s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (404s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (408s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (412s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (416s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (420s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (425s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (429s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (433s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (437s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (441s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (445s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (449s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (454s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (458s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (462s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (466s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (470s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (474s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (478s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (482s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (484s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (491s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (495s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (498s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (503s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (507s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (511s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (514s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:43:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (531s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (536s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (540s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (544s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (548s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (552s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (557s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (561s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (565s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (569s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (573s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (577s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (581s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (585s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (589s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (594s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (598s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (602s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (606s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (610s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (613s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (631s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (635s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (639s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (643s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (647s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (651s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (655s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (660s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (664s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (668s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (672s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (676s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (680s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (684s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (688s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (693s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (697s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (701s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (705s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (706s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (713s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (717s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (721s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (725s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (729s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (734s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (738s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (742s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (746s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (750s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (758s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (763s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (765s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (771s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (775s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (779s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (783s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (787s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (791s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (795s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (800s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (803s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (808s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (812s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (816s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (824s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (828s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (832s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (837s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (841s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (845s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (849s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (853s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (857s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (861s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (865s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (870s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (874s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (878s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:43Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (882s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (886s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:44Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (890s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (894s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:45Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (898s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:46Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:47Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:48Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (900s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (925s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:49Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (929s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (933s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:50Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (937s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (940s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:51Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (945s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (949s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:52Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (953s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:53Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (957s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (961s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:54Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (966s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (970s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:55Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (974s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (978s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:56Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (979s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (986s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:57Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (990s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (994s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:58Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (998s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:44:59Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1001s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1010s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:00Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1014s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1019s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:01Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1023s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:02Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:03Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:04Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1025s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:05Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1056s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1060s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:06Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1064s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1068s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:07Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1072s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1076s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:08Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1080s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1084s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:09Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1088s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:10Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1089s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1097s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:11Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1101s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:12Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1109s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1113s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:13Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1117s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1121s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:14Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1126s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1130s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:15Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1134s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1138s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:16Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1142s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1146s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:17Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1150s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1154s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:18Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:19Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1157s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:20Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1175s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1179s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:21Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1183s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1187s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:22Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1191s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1192s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:23Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1200s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:24Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:25Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:26Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:27Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1201s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:28Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1237s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1241s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:29Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1245s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1249s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:30Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1254s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1257s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:31Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1262s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1266s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:32Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1270s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1274s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:33Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1278s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1281s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:34Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1287s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1291s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:35Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1294s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1299s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:36Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1300s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1307s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:37Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1311s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1315s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:38Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1319s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1323s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:39Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1327s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1331s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:40Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1335s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1339s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:41Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1344s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} +{"timestamp": "2026-08-10T00:45:42Z", "level": "INFO", "message": "Black frame detection: Monitoring window complete (1347s > 300s). No persistent black detected.", "module": "black_frame_detector", "function": "process_ffmpeg_line", "line": 84} diff --git a/logs/failure.log b/logs/failure.log index 23f9903..b22a033 100644 --- a/logs/failure.log +++ b/logs/failure.log @@ -182,3 +182,5 @@ 2026-08-20 12:25:00 | The Morning Show - S02E01 - My Least Favorite Year x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv | Unexpected error: 'charmap' codec can't decode byte 0x81 in position 79: character maps to 2026-08-20 12:25:34 | The Morning Show - S02E02 - It’s Like the Flu x265 EAC3 Atmos WEBDL-1080p t3nzin.mkv | Unexpected error: 'charmap' codec can't decode byte 0x81 in position 13: character maps to 2026-08-22 00:50:44 | Dungeons and Dragons - Honor Among Thieves_t00.mkv | Unexpected error: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\U +2026-08-22 01:04:47 | Dungeons and Dragons - Honor Among Thieves_t00.mkv | Unexpected error: Command '['ffmpeg', '-y', '-i', 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing +2026-08-22 01:11:39 | Dungeons and Dragons - Honor Among Thieves_t00.mkv | CQ error: Command '['ffmpeg', '-y', '-i', 'C:\\Users\\Tyler\\Documents\\GitHub\\conversion_project\\processing